We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c14e32 commit bb0c3fcCopy full SHA for bb0c3fc
third_party/rust-csv/csv-index/Cargo.toml
@@ -18,6 +18,9 @@ appveyor = { repository = "BurntSushi/rust-csv" }
18
[lib]
19
bench = false
20
21
+[target.'cfg(not(target_env = "sgx"))'.dependencies]
22
+sgx_tstd = { path = "../../../sgx_tstd" }
23
+
24
[dependencies]
25
byteorder = { path = "../../byteorder", version = "1" }
26
csv = { path = "..", version = "1.0.0-beta.5" }
0 commit comments