diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index b04d67e..1ce1dca 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -28,3 +28,6 @@ path = "../nssa" [dependencies.common] path = "../common" + +[features] +no_docker = ["nssa/no_docker"]