Skip to content

Commit

Permalink
Update Cargo.toml dependencies
Browse files Browse the repository at this point in the history
- Bump version of `polaris-rust` to "0.2.0".
- Add new dependencies required for project enhancements.
- Update existing dependencies to their latest versions.
  • Loading branch information
houseme committed Oct 24, 2024
1 parent 8603d7b commit c6cdb36
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,15 @@
name = "polaris-rust"
edition = "2021"
version = "0.2.0"
license = "BSD 3-Clause"
authors = ["houseme <[email protected]>", "liaochuntao <[email protected]>"]
repository = "https://github.com/polaris-contrib/polaris-rust"
description = "Lightweight Rust SDK used as Proxyless Service Governance Solution."
homepage = "https://polarismesh.cn"
documentation = "https://docs.rs/polaris-rust"
keywords = ["polaris", "solution", "governance", "server", "proxyless"]
categories = ["config", "asynchronous", "development-tools"]
readme = "README.md"

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"]

Expand Down

0 comments on commit c6cdb36

Please sign in to comment.