This repository has been archived on 2022-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
itconfig/examples/hyper/Cargo.toml

18 lines
530 B
TOML
Raw Permalink Normal View History

2020-01-12 14:22:08 +03:00
[package]
name = "itconfig-hyper-example"
version = "0.1.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-03-17 14:35:25 +03:00
itconfig = { path = "../../itconfig", features = ["macro"] }
2021-02-23 23:34:19 +03:00
hyper = "0.14.4"
serde_json = "1.0.62"
tokio = { version = "1.2.0", features = ["macros"] }
bytes = "1.0.1"
futures-util = { version = "0.3.13", default-features = false }
pretty_env_logger = "0.4.0"
2020-03-12 23:20:34 +03:00
lazy_static = "1.4.0"