Fix cargo.toml package info

This commit is contained in:
Rayhaan Jaufeerally
2025-04-19 17:19:48 +02:00
parent bea504ea8b
commit 4b130985da
4 changed files with 31 additions and 20 deletions

View File

@ -1,7 +1,12 @@
[package]
edition = "2024"
name = "ferrix-bgp-packet"
version = "0.1.0"
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