|
@@ -8,10 +8,14 @@ repository.workspace = true
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
+[features]
|
|
|
+default = ["mint", "wallet"]
|
|
|
+mint = ["cdk/mint"]
|
|
|
+wallet = ["cdk/wallet"]
|
|
|
|
|
|
[dependencies]
|
|
|
async-trait.workspace = true
|
|
|
-cdk.workspace = true
|
|
|
+cdk = { workspace = true, default-features = false }
|
|
|
redb = "2.0.0"
|
|
|
tokio.workspace = true
|
|
|
thiserror.workspace = true
|