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,13 +1,16 @@
[workspace]
default-members = ["bin/bgp"]
members = ["bin/*", "crates/*"]
resolver = "3"
[workspace.package]
authors = ["Rayhaan Jaufeerally <rayhaan+git@rayhaan.ch>"]
description = "A Border Gateway Protocol implementation"
edition = "2024"
license = "Apache 2"
homepage = "https://rayhaan.ch"
license = "Apache-2.0"
name = "bgp"
repository = "https://github.com/net-control-plane/bgp"
version = "0.0.1"
[workspace.dependencies]