add license back to Cargo.toml files

This commit is contained in:
James Wilson
2021-07-01 15:12:39 +01:00
parent 4bb1f19085
commit 3c371ef9a8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name = "common"
version = "0.1.0"
authors = ["Parity Technologies Ltd. <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
[dependencies]
bimap = "0.6.1"
+1
View File
@@ -3,6 +3,7 @@ name = "shard"
version = "0.1.0"
authors = ["Parity Technologies Ltd. <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
[dependencies]
anyhow = "1.0.41"