Skip to content

Commit

Permalink
add default features to C binding
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Mar 5, 2024
1 parent 396db83 commit 7143476
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,21 @@ bytes = "1.4.0"
once_cell = "1.17.1"
opendal = { version = "0.45.1", path = "../../core", features = [
"layers-blocking",
# These are default features before v0.46. TODO: change to optional features #4313
"services-azblob",
"services-azdls",
"services-cos",
"services-fs",
"services-gcs",
"services-ghac",
"services-http",
"services-ipmfs",
"services-memory",
"services-obs",
"services-oss",
"services-s3",
"services-webdav",
"services-webhdfs",
"services-azfile",
] }
tokio = { version = "1.27", features = ["fs", "macros", "rt-multi-thread"] }

0 comments on commit 7143476

Please sign in to comment.