chore: fix examples

This commit is contained in:
Dmitriy Pleshevskiy 2020-03-17 14:35:25 +03:00
parent bf107cdc89
commit d5559fffcb
2 changed files with 2 additions and 6 deletions

View file

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itconfig = { path = "../../itconfig" }
itconfig = { path = "../../itconfig", features = ["macro"] }
hyper = "0.13.1"
serde_json = "1.0"
tokio = { version = "0.2", features = ["macros"] }
@ -15,7 +15,3 @@ bytes = "0.5"
futures-util = { version = "0.3", default-features = false }
pretty_env_logger = "0.3"
lazy_static = "1.4.0"
[features]
default = ["static"]
static = []

View file

@ -8,4 +8,4 @@ edition = "2018"
[dependencies]
rocket = "0.4.2"
itconfig = { path = '../../itconfig' }
itconfig = { path = '../../itconfig', feature = ["macro"] }