diff --git a/api/Cargo.toml b/api/Cargo.toml index 06e8c1d56..16a12ae99 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] failure = "0.1.1" diff --git a/chain/Cargo.toml b/chain/Cargo.toml index 95e46b6ae..c2b3da60e 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] bitflags = "1" diff --git a/config/Cargo.toml b/config/Cargo.toml index d872c2e91..4a98e7479 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] rand = "0.5" diff --git a/core/Cargo.toml b/core/Cargo.toml index 051de715e..bbd6d6cae 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] bitflags = "1" diff --git a/keychain/Cargo.toml b/keychain/Cargo.toml index 13db90237..2b3c2636c 100644 --- a/keychain/Cargo.toml +++ b/keychain/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = '..' -publish = false [dependencies] byteorder = "1" diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 9f7ef05f1..32d43102f 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] bitflags = "1" diff --git a/pool/Cargo.toml b/pool/Cargo.toml index 5757f09fb..c0b2ca146 100644 --- a/pool/Cargo.toml +++ b/pool/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = '..' -publish = false [dependencies] blake2-rfc = "0.2" diff --git a/servers/Cargo.toml b/servers/Cargo.toml index 3c38f4edb..74fc79c17 100644 --- a/servers/Cargo.toml +++ b/servers/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] hyper = "0.12" diff --git a/store/Cargo.toml b/store/Cargo.toml index 5cfed3c5e..4e54abcd1 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] byteorder = "1" diff --git a/util/Cargo.toml b/util/Cargo.toml index feba718e6..b6705330a 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = ".." -publish = false [dependencies] backtrace = "0.3" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 5712d269b..bfb4c8344 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin" keywords = [ "crypto", "grin", "mimblewimble" ] workspace = '..' -publish = false [dependencies] blake2-rfc = "0.2"