Skip to content

Commit c95f815

Browse files
committed
further license fixes
1 parent 93d107b commit c95f815

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

contracts/coconut-dkg/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "nym-coconut-dkg"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = { workspace = true }
5+
authors = { workspace = true }
6+
license = { workspace = true }
7+
repository = { workspace = true }
58

69
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
710

contracts/mixnet-vesting-integration-tests/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "mixnet-vesting-integration-tests"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = { workspace = true }
5+
authors = { workspace = true }
6+
license = { workspace = true }
7+
repository = { workspace = true }
58
publish = false
69

710
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)