11 lines
326 B
TOML
11 lines
326 B
TOML
[package]
|
|
name = "itconfig-rocket-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]
|
|
rocket = "0.4.7"
|
|
itconfig = { path = '../../itconfig', features = ["macro"] }
|