cargo.toml: moved drk, darkfid and gateway to 'workspace'

This commit is contained in:
lunar-mining
2022-01-10 11:56:34 +01:00
parent a4b0de2351
commit f6f724c56e

View File

@@ -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"]