pallas/examples/n2n-miniprotocols/Cargo.toml
Renovate Bot 087db20a21
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
chore(deps): update rust crate tracing-subscriber to 0.3.20 [security]
2026-06-29 06:24:54 +00:00

18 lines
434 B
TOML

[package]
name = "n2n-miniprotocols"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pallas = { path = "../../pallas" }
net2 = "0.2.37"
hex = "0.4.3"
log = "0.4.16"
thiserror = "1.0.31"
futures = "0.3.29"
tracing = "0.1.37"
tracing-subscriber = "0.3.20"
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }