Skip to content

Commit d31e9be

Browse files
committed
docs:完善Cargo.toml内容
1 parent c9f5185 commit d31e9be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ edition = "2021"
33
name = "polaris-rust"
44
version = "0.0.1"
55

6+
authors = ["polaris-contrib", "houseme <[email protected]>", "liaochuntao <[email protected]>"]
7+
categories = ["polaris", "discovery", "configuration", "governance"]
8+
keywords = ["polaris", "discovery", "configuration", "governance"]
9+
license = "BSD 3 OR MIT OR Apache-2.0"
10+
readme = "README.md"
11+
repository = "https://github.com/polaris-contrib/polaris-rust"
12+
# Crate build related
13+
exclude = ["examples/*", "benches/*", "tests/*", ".gitignore"]
14+
615
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
716
[dependencies]
817
bytes = {version = "1.4.0"}

0 commit comments

Comments
 (0)