Files
bgp/crates/bgp_packet/Cargo.toml
Rayhaan Jaufeerally e03df6176b
Some checks are pending
Rust / build (push) Waiting to run
Implemented basic input filtering.
2024-07-20 16:58:19 +00:00

22 lines
493 B
TOML

[package]
name = "bgp_packet"
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
byteorder = "1.4.3"
bytes.workspace = true
eyre.workspace = true
nom = "7.1"
serde.workspace = true
serde_json.workspace = true
tokio-util = { version = "0.7.10", features = ["codec"] }