geth/crates/geth-iroh/Cargo.toml
2026-05-18 12:09:50 +02:00

19 lines
383 B
TOML

[package]
name = "geth-iroh"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
hex.workspace = true
iroh.workspace = true
n0-watcher.workspace = true
rand_core.workspace = true
serde.workspace = true
thiserror.workspace = true
tokio.workspace = true
[dev-dependencies]
tempfile.workspace = true
tokio.workspace = true