Enable Iroh local network discovery
This commit is contained in:
parent
280472cecb
commit
bfc5df698c
12 changed files with 136 additions and 16 deletions
|
|
@ -44,7 +44,7 @@ directories = "5"
|
|||
ed25519-dalek = { version = "2", features = ["rand_core"] }
|
||||
futures = "0.3"
|
||||
hex = "0.4"
|
||||
iroh = "0.90.0"
|
||||
iroh = { version = "0.90.0", features = ["discovery-local-network"] }
|
||||
postcard = { version = "1", features = ["alloc"] }
|
||||
rand_core = { version = "0.6", features = ["getrandom"] }
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue