Skip to content

Commit

Permalink
docs:完善Cargo.toml内容
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Oct 24, 2024
1 parent c9f5185 commit d31e9be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ edition = "2021"
name = "polaris-rust"
version = "0.0.1"

authors = ["polaris-contrib", "houseme <[email protected]>", "liaochuntao <[email protected]>"]
categories = ["polaris", "discovery", "configuration", "governance"]
keywords = ["polaris", "discovery", "configuration", "governance"]
license = "BSD 3 OR MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/polaris-contrib/polaris-rust"
# Crate build related
exclude = ["examples/*", "benches/*", "tests/*", ".gitignore"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = {version = "1.4.0"}
Expand Down

0 comments on commit d31e9be

Please sign in to comment.