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