Skip to content

Commit

Permalink
chore: update cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Mar 22, 2024
1 parent 40c4ed0 commit 9a728b2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
[package]
name = "pingap"
version = "0.1.0"
authors = ["Tree Xie <[email protected]>"]
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]
Expand Down

0 comments on commit 9a728b2

Please sign in to comment.