From d31e9bead23c674a16d0df19d25830421f6d83c7 Mon Sep 17 00:00:00 2001 From: chuntaojun Date: Thu, 24 Oct 2024 09:23:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E5=AE=8C=E5=96=84Cargo.toml=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4064943..9b4cb8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,15 @@ edition = "2021" name = "polaris-rust" version = "0.0.1" +authors = ["polaris-contrib", "houseme ", "liaochuntao "] +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"}