Add missing license annotations to ephemera and bity integration

This commit is contained in:
Jon Häggblad
2024-01-30 21:35:59 +01:00
parent f2af35fc2e
commit be55bb61cb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "ephemera"
version = "0.1.0"
edition = "2021"
license.workspace = true
[[bin]]
name = "ephemera"
+1
View File
@@ -3,6 +3,7 @@ name = "nym-bity-integration"
version = "0.1.0"
edition = "2021"
rust-version = "1.56"
license.workspace = true
[dependencies]
serde = { version = "1", features = ["derive"] }