diff options
Diffstat (limited to 'p2p')
| -rw-r--r-- | p2p/Cargo.toml | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index d9eea5f..b0d0232 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -1,7 +1,13 @@  [package]  name = "karyon_p2p" +description = "A lightweight, extensible, and customizable p2p network stack."   version.workspace = true  edition.workspace = true +homepage.workspace = true +repository.workspace = true +license.workspace = true +authors.workspace = true +  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html  | 
