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/rocket/Cargo.toml

12 lines
304 B
TOML
Raw Normal View History

2019-12-31 08:45:50 +03:00
[package]
name = "itconfig-rocket-example"
2019-12-31 08:45:50 +03:00
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.2"
itconfig = { path = '../../itconfig' }