From 1836034374ba53677f5b72bdf8e3c976f97847af Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 20 May 2024 00:56:08 +0200 Subject: add metadata to Cargo.toml files --- core/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core') 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"] -- cgit v1.2.3