From 9a728b228c8fce37312b5e0b4754607b5841bb73 Mon Sep 17 00:00:00 2001 From: vicanso Date: Fri, 22 Mar 2024 20:04:07 +0800 Subject: [PATCH] chore: update cargo toml --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fefa2741..9bca86b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] name = "pingap" version = "0.1.0" +authors = ["Tree Xie "] edition = "2021" - +categories = ["http-server"] +keywords = ["proxy", "http", "gateway"] +description = "A reverse proxy like nginx" +license = "Apache-2.0" +homepage = "https://github.com/vicanso/pingap" +repository = "https://github.com/vicanso/pingap" +exclude = ["asset/*", "test/*", "Cargo.lock"] +readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]