Skip to content

Commit

Permalink
add package description
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Oct 23, 2024
1 parent 345a3d6 commit bd85c0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions backend/basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license.workspace = true
edition.workspace = true
readme.workspace = true
publish.workspace = true
description.workspace = true

[lib]
name = "bios_basic"
Expand Down
1 change: 1 addition & 0 deletions backend/supports/iam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license.workspace = true
edition.workspace = true
readme.workspace = true
publish.workspace = true
description.workspace = true

[lib]
name = "bios_iam"
Expand Down
1 change: 1 addition & 0 deletions frontend/sdks/invoke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license.workspace = true
edition.workspace = true
readme.workspace = true
publish.workspace = true
description.workspace = true

[lib]
name = "bios_sdk_invoke"
Expand Down
1 change: 1 addition & 0 deletions frontend/sdks/simple-invoke-client-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bd85c0e

Please sign in to comment.