temporarily point to kuska-ssb branch

This commit is contained in:
glyph 2022-03-10 11:11:15 +02:00
parent d7ef6a62e0
commit ab4077b115
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ kuska-handshake = { version = "0.2.0", features = ["async_std"] }
kuska-sodiumoxide = "0.2.5-0"
#kuska-ssb = "0.4.0"
#kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" }
kuska-ssb = { path = "../ssb" }
kuska-ssb = { git = "https://github.com/mycognosist/ssb.git", branch = "private_messages" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10.2"