feat: Implement Iroh-based peer networking, join protocol, and bidirectional store synchronization.
This commit is contained in:
@@ -11,6 +11,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
lattice-core = { workspace = true }
|
||||
lattice-net = { workspace = true }
|
||||
rustyline = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
@@ -18,3 +19,8 @@ tokio = { workspace = true }
|
||||
shlex = "1"
|
||||
hostname = "0.4"
|
||||
serde_json = "1"
|
||||
iroh = { workspace = true }
|
||||
prost = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user