diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 4bb7f4f..66e7d55 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "karyon_core" +description = "Internal crate for Karyon project." version.workspace = true edition.workspace = true +homepage.workspace = true +repository.workspace = true +license.workspace = true +authors.workspace = true [features] default = ["smol"] |