Cargo.toml

This commit is contained in:
notplants 2022-05-25 14:01:48 +02:00
parent 3f3c18b8b7
commit b4987d514a
2 changed files with 3 additions and 1 deletions

1
Cargo.lock generated
View File

@ -640,6 +640,7 @@ dependencies = [
[[package]]
name = "kuska-ssb"
version = "0.4.1"
source = "git+https://github.com/mhfowler/kuska-ssb.git#48adac914fd2288abcc267560c5a3e013a072003"
dependencies = [
"async-std",
"async-stream 0.2.1",

View File

@ -20,7 +20,8 @@ hex = "0.4.3"
kuska-handshake = { version = "0.2.0", features = ["async_std"] }
kuska-sodiumoxide = "0.2.5-0"
#kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" }
kuska-ssb = { path = "../kuska-ssb" }
kuska-ssb = { git = "https://github.com/mhfowler/kuska-ssb.git" }
#kuska-ssb = { path = "../kuska-ssb" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10.2"