We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d107b commit c95f815Copy full SHA for c95f815
contracts/coconut-dkg/Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "nym-coconut-dkg"
3
version = "0.1.0"
4
-edition = "2021"
+edition = { workspace = true }
5
+authors = { workspace = true }
6
+license = { workspace = true }
7
+repository = { workspace = true }
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
contracts/mixnet-vesting-integration-tests/Cargo.toml
name = "mixnet-vesting-integration-tests"
publish = false
0 commit comments