diff options
author | hozan23 <hozan23@karyontech.net> | 2024-05-20 00:56:08 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-05-20 00:56:08 +0200 |
commit | 1836034374ba53677f5b72bdf8e3c976f97847af (patch) | |
tree | 52261ff14082f30911bc6ae4d4c9408fd190f6d4 /net | |
parent | 059eed6ffa3a0ade449dfc5f5a7a97699e24394e (diff) |
add metadata to Cargo.toml files
Diffstat (limited to 'net')
-rw-r--r-- | net/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml index 717f603..3206a0f 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "karyon_net" +description = "Internal crate for Karyon project." 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 |