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,10 @@
[package]
edition.workspace = true
name = "bgp"
version.workspace = true
description = "A Border Gateway Protocol implementation"
edition.workspace = true
homepage.workspace = true
license.workspace = true
name = "bgp"
version.workspace = true
[dependencies]
eyre.workspace = true