We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254d76b commit ccb6a54Copy full SHA for ccb6a54
vortex-ffi/Cargo.toml
@@ -16,18 +16,18 @@ edition = { workspace = true }
16
rust-version = { workspace = true }
17
categories = { workspace = true }
18
19
-[lib]
20
-crate-type = ["cdylib"]
21
-
22
[dependencies]
23
futures = { workspace = true }
24
log = { workspace = true }
25
object_store = { workspace = true, features = ["aws", "azure", "gcp"] }
26
paste = { workspace = true }
27
simplelog = { workspace = true }
28
tokio = { workspace = true, features = ["rt-multi-thread"] }
29
-vortex = { workspace = true, features = ["tokio", "object_store"] }
30
url = { workspace = true, features = [] }
+vortex = { workspace = true, features = ["tokio", "object_store"] }
+
+[lib]
+crate-type = ["cdylib"]
31
32
[lints]
33
workspace = true
0 commit comments