[package] name = "itconfig-rocket-example" version = "0.1.0" authors = ["Dmitriy Pleshevskiy "] edition = "2018" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = "0.5.0-rc.1" itconfig = { path = '../../itconfig', features = ["macro"] }