gateway/Cargo.toml

12 lines
292 B
TOML

[package]
name = "rb-gw_v2"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "0.14.15", features = [ "full" ] }
tokio = { version = "*", features = [ "full" ] }
http = "*"