diff --git a/rama/Cargo.toml b/rama/Cargo.toml index 45b20878..97a4c5f5 100644 --- a/rama/Cargo.toml +++ b/rama/Cargo.toml @@ -1,8 +1,14 @@ [package] -name = "rama" -version = "0.1.0" +categories = ["asynchronous", "network-programming"] edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +name = "rama" +version = "0.2.0" +description = "proxy framework using Tokio written purely in Rust" +homepage = "/~https://github.com/plabayo/rama" +readme = "../README.md" +keywords = ["io", "async", "non-blocking", "futures"] +license = "MIT OR Apache-2.0" +repository = "/~https://github.com/plabayo/rama" [dependencies] http = "0.2.9"