Files
bgp/crates/bgp_packet/Cargo.toml
Rayhaan Jaufeerally 9b44ab782d
Some checks are pending
Rust / build (push) Waiting to run
Add EnvLogger and start of trait fn for dumping routes
2024-08-17 14:16:46 +00:00

24 lines
639 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
netlink-packet-route.workspace = true
nom = "7.1"
rtnetlink.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio-util = { version = "0.7.10", features = ["codec"] }