Skip to content

Commit c6cdb36

Browse files
committed
Update Cargo.toml dependencies
- Bump version of `polaris-rust` to "0.2.0". - Add new dependencies required for project enhancements. - Update existing dependencies to their latest versions.
1 parent 8603d7b commit c6cdb36

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,15 @@
22
name = "polaris-rust"
33
edition = "2021"
44
version = "0.2.0"
5-
license = "BSD 3-Clause"
6-
authors = ["houseme <[email protected]>", "liaochuntao <[email protected]>"]
75
repository = "https://github.com/polaris-contrib/polaris-rust"
86
description = "Lightweight Rust SDK used as Proxyless Service Governance Solution."
97
homepage = "https://polarismesh.cn"
108
documentation = "https://docs.rs/polaris-rust"
11-
keywords = ["polaris", "solution", "governance", "server", "proxyless"]
129
categories = ["config", "asynchronous", "development-tools"]
1310
readme = "README.md"
14-
1511
authors = ["polaris-contrib", "houseme <[email protected]>", "liaochuntao <[email protected]>"]
16-
categories = ["polaris", "discovery", "configuration", "governance"]
1712
keywords = ["polaris", "discovery", "configuration", "governance"]
1813
license = "BSD 3 OR MIT OR Apache-2.0"
19-
readme = "README.md"
20-
repository = "https://github.com/polaris-contrib/polaris-rust"
2114
# Crate build related
2215
exclude = ["examples/*", "benches/*", "tests/*", ".gitignore"]
2316

0 commit comments

Comments
 (0)