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

13 lines
347 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>"]
2022-07-21 18:55:16 +03:00
edition = "2018"
2021-04-16 12:50:42 +03:00
publish = false
2019-12-31 08:45:50 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-11-09 01:11:09 +03:00
rocket = "0.5.0-rc.1"
2020-03-17 14:59:33 +03:00
itconfig = { path = '../../itconfig', features = ["macro"] }