diff --git a/crates/cdk-ffi/Cargo.toml b/crates/cdk-ffi/Cargo.toml index f71bf592..dd9758b8 100644 --- a/crates/cdk-ffi/Cargo.toml +++ b/crates/cdk-ffi/Cargo.toml @@ -18,7 +18,6 @@ bip39 = { workspace = true } cdk = { workspace = true, default-features = false, features = ["wallet", "auth", "bip353"] } cdk-sqlite = { workspace = true } cdk-postgres = { workspace = true, optional = true } -ctor = "0.2" futures = { workspace = true } once_cell = { workspace = true } rand = { workspace = true }