mirror of
https://github.com/zerotier/ratpack.git
synced 2026-05-22 16:27:23 -07:00
13 lines
355 B
TOML
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" ] }
|