Fix cargo.toml package info
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user