Add license and manifest data #29

Merged
glyph merged 16 commits from prep_for_publish into main 2022-02-21 07:11:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 57d905cd72 - Show all commits

View File

@ -19,6 +19,6 @@ futures = "0.3.18"
hex = "0.4.3"
kuska-handshake = { version = "0.2.0", features = ["async_std"] }
kuska-sodiumoxide = "0.2.5-0"
kuska-ssb = { version = "0.2.0", git = "https://github.com/Kuska-ssb/ssb" }
kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"