Initial commit
This commit is contained in:
13
crates/packet/Cargo.toml
Normal file
13
crates/packet/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user