geth/crates/geth-iroh/Cargo.toml

19 lines
383 B
TOML
Raw Normal View History

2026-05-15 15:08:20 +02:00
[package]
name = "geth-iroh"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
2026-05-16 01:54:00 +02:00
hex.workspace = true
iroh.workspace = true
2026-05-18 12:09:50 +02:00
n0-watcher.workspace = true
2026-05-16 01:54:00 +02:00
rand_core.workspace = true
2026-05-15 15:08:20 +02:00
serde.workspace = true
2026-05-16 01:54:00 +02:00
thiserror.workspace = true
2026-05-18 12:09:50 +02:00
tokio.workspace = true
2026-05-16 01:54:00 +02:00
[dev-dependencies]
tempfile.workspace = true
tokio.workspace = true