diff --git a/bindings/java/Cargo.toml b/bindings/java/Cargo.toml index 99fc943d84ce..fa5ba019e1c1 100644 --- a/bindings/java/Cargo.toml +++ b/bindings/java/Cargo.toml @@ -51,6 +51,7 @@ default = [ services-all = [ "default", + "services-aliyun-drive", "services-cacache", "services-chainsafe", "services-dashmap", @@ -95,6 +96,7 @@ services-all = [ ] # Default services provided by opendal. +services-aliyun-drive = ["opendal/services-aliyun-drive"] services-azblob = ["opendal/services-azblob"] services-azdls = ["opendal/services-azdls"] services-chainsafe = ["opendal/services-chainsafe"] diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index 46d78bf14337..896fa499b15e 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -47,6 +47,7 @@ default = [ services-all = [ "default", + "services-aliyun-drive", "services-alluxio", "services-azfile", "services-b2", @@ -90,6 +91,7 @@ services-all = [ ] # Default services provided by opendal. +services-aliyun-drive = ["opendal/services-aliyun-drive"] services-azblob = ["opendal/services-azblob"] services-azdls = ["opendal/services-azdls"] services-chainsafe = ["opendal/services-chainsafe"] diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 94ff95d6b9dd..4c3f8edfbde2 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -47,6 +47,7 @@ default = [ services-all = [ "default", + "services-aliyun-drive", "services-azfile", "services-cacache", "services-chainsafe", @@ -92,6 +93,7 @@ services-all = [ ] # Default services provided by opendal. +services-aliyun-drive = ["opendal/services-aliyun-drive"] services-azblob = ["opendal/services-azblob"] services-azdls = ["opendal/services-azdls"] services-chainsafe = ["opendal/services-chainsafe"]