Files
ratpack/Cargo.toml
T
2022-01-19 12:26:15 -08:00

13 lines
355 B
TOML

[package]
name = "ratpack"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "*", features = [ "http1", "http2", "server", "runtime", "tcp", "stream" ] }
http = "*"
async-recursion = "*"
tokio = { version = "*", features = [ "full" ] }