We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030ad4e commit c2f878aCopy full SHA for c2f878a
Cargo.toml
@@ -25,6 +25,7 @@ appveyor = { repository = "aerospike/aerospike-client-rust" }
25
[dependencies]
26
aerospike-core = {path = "./aerospike-core", optional = true}
27
aerospike-sync = {path = "./aerospike-sync", optional = true}
28
+aerospike-macro = {path = "./aerospike-macro", optional = true}
29
30
[features]
31
default = ["async", "serialization"]
0 commit comments