Files
bgp/crates/packet/Cargo.toml
2025-07-20 15:25:41 +02:00

20 lines
445 B
TOML

[package]
name = "bgp-packet"
description.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[dependencies]
bitfield.workspace = true
bytes.workspace = true
eyre.workspace = true
nom.workspace = true
serde.workspace = true
serde_repr.workspace = true
thiserror.workspace = true
strum.workspace = true