23 lines
579 B
TOML
23 lines
579 B
TOML
[package]
|
|
name = "lattice-net"
|
|
description = "Networking layer for Lattice using Iroh"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
lattice-core = { workspace = true }
|
|
iroh = { workspace = true }
|
|
iroh-gossip = { workspace = true }
|
|
prost = { workspace = true }
|
|
tokio = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|
|
bytes = { workspace = true }
|
|
tokio-util = { workspace = true }
|
|
futures-util = { workspace = true }
|
|
hex = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tokio-test = { workspace = true }
|