Initial commit

This commit is contained in:
Rayhaan Jaufeerally
2025-04-19 17:13:04 +02:00
commit bea504ea8b
13 changed files with 1913 additions and 0 deletions

13
crates/packet/Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
edition = "2024"
name = "ferrix-bgp-packet"
version = "0.1.0"
[dependencies]
bitfield.workspace = true
bytes.workspace = true
eyre.workspace = true
nom.workspace = true
serde.workspace = true
serde_repr.workspace = true
thiserror.workspace = true