rust-nex/rnex-util/Cargo.toml

17 lines
315 B
TOML
Raw Normal View History

2026-07-12 18:21:18 +02:00
[package]
name = "rnex-util"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.52.3", features = ["io-util", "macros", "rt", "sync"] }
tracing = "0.1.44"
chrono = "0.4.39"
bytemuck = { version = "1.25.0", features = ["derive"] }
md-5 = "0.11.0"
[features]
nx = []
[lints]
workspace = true