From bd85c0ebf7209384502be17327b1d377c6d77154 Mon Sep 17 00:00:00 2001 From: 4t145 Date: Wed, 23 Oct 2024 14:25:08 +0800 Subject: [PATCH] add package description --- Cargo.toml | 1 + backend/basic/Cargo.toml | 1 + backend/supports/iam/Cargo.toml | 1 + frontend/sdks/invoke/Cargo.toml | 1 + frontend/sdks/simple-invoke-client-macro/Cargo.toml | 1 + 5 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1f64b0cdf..c527093b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,7 @@ repository = "https://github.com/ideal-world/bios" license = "Apache-2.0" edition = "2021" readme = "README.md" +description = "An embeddable message queue system" publish = true [profile.release] diff --git a/backend/basic/Cargo.toml b/backend/basic/Cargo.toml index f2cbd65d3..cc5460fd7 100644 --- a/backend/basic/Cargo.toml +++ b/backend/basic/Cargo.toml @@ -9,6 +9,7 @@ license.workspace = true edition.workspace = true readme.workspace = true publish.workspace = true +description.workspace = true [lib] name = "bios_basic" diff --git a/backend/supports/iam/Cargo.toml b/backend/supports/iam/Cargo.toml index 481ae0553..8d7fe9281 100644 --- a/backend/supports/iam/Cargo.toml +++ b/backend/supports/iam/Cargo.toml @@ -9,6 +9,7 @@ license.workspace = true edition.workspace = true readme.workspace = true publish.workspace = true +description.workspace = true [lib] name = "bios_iam" diff --git a/frontend/sdks/invoke/Cargo.toml b/frontend/sdks/invoke/Cargo.toml index 15a106635..86ec7632e 100644 --- a/frontend/sdks/invoke/Cargo.toml +++ b/frontend/sdks/invoke/Cargo.toml @@ -9,6 +9,7 @@ license.workspace = true edition.workspace = true readme.workspace = true publish.workspace = true +description.workspace = true [lib] name = "bios_sdk_invoke" diff --git a/frontend/sdks/simple-invoke-client-macro/Cargo.toml b/frontend/sdks/simple-invoke-client-macro/Cargo.toml index a66f8da08..891cb5a86 100644 --- a/frontend/sdks/simple-invoke-client-macro/Cargo.toml +++ b/frontend/sdks/simple-invoke-client-macro/Cargo.toml @@ -9,6 +9,7 @@ license.workspace = true edition.workspace = true readme.workspace = true publish.workspace = true +description.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]