Introduce names RPC methods #53

Merged
glyph merged 8 commits from names_rpc into main 2022-08-09 10:14:03 +00:00
4 changed files with 125 additions and 41 deletions
Showing only changes of commit 821198a400 - Show all commits

View File

@ -1,6 +1,6 @@
[package]
name = "golgi"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Max Fowler <max@mfowler.info>", "Andrew Reid <glyph@mycelial.technology>"]
readme = "README.md"
@ -20,8 +20,7 @@ log = "0.4"
hex = "0.4.3"
kuska-handshake = { version = "0.2.0", features = ["async_std"] }
kuska-sodiumoxide = "0.2.5-0"
kuska-ssb = { path = "../ssb" }
#kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" }
kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10.2"