gateway/Cargo.toml

13 lines
395 B
TOML
Raw Permalink 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]
2021-12-24 16:01:56 +01:00
hyper = { version = "0.14.16", features = [ "full" ] }
2021-11-29 20:18:47 +01:00
tokio = { version = "*", features = [ "full" ] }
figment = { version = "0.10.6", features = [ "yaml", "env" ] }
serde = { version = "*", features = [ "derive" ] }