Skip to content

Commit

Permalink
fix cargo toml of rama
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Nov 3, 2023
1 parent 58782e7 commit 0b33104
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions rama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0b33104

Please sign in to comment.