rust-bfd/Cargo.toml

14 lines
256 B
TOML
Raw Normal View History

2024-01-31 00:59:42 -08:00
[package]
name = "rust-bfd"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1.5.0"
nom = "7.1.3"
nom-derive = "0.10.1"
proc-bitfield = "0.3.1"
rand = "0.8.5"
tokio = { version = "1.35.1", features = ["net", "full"] }
tokio-timer = "0.2.13"