diff --git a/Cargo.toml b/Cargo.toml index de7bf9c5c..d99c2fc70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,6 +88,10 @@ libsqlite3-sys = {version = "0.23.1", features = ["bundled-sqlcipher"], optiona zeromq = {version = "0.3.1", default-features = false, features = ["async-std-runtime", "all-transport"], optional = true } signal-hook-async-std = {version = "0.2.1", optional = true} +[workspace] +members = ["bin/drk", "bin/darkfid", "bin/gateway"] +exclude = ["bin/cashier"] + [features] chain = ["rocksdb"] node = ["sqlx", "libsqlite3-sys", "zeromq", "signal-hook-async-std"]