Add Iroh peer ping
This commit is contained in:
parent
8ab3ef004e
commit
679eeb48a3
15 changed files with 619 additions and 18 deletions
|
|
@ -45,6 +45,7 @@ ed25519-dalek = { version = "2", features = ["rand_core"] }
|
|||
futures = "0.3"
|
||||
hex = "0.4"
|
||||
iroh = { version = "0.90.0", features = ["discovery-local-network"] }
|
||||
n0-watcher = "0.2"
|
||||
postcard = { version = "1", features = ["alloc"] }
|
||||
rand_core = { version = "0.6", features = ["getrandom"] }
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue