gateway/Cargo.toml

12 lines
292 B
TOML
Raw Normal View History

2021-11-29 20:18:47 +01:00
[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 = "*"