Rocket/examples/uuid/Cargo.toml

17 lines
317 B
TOML
Raw Normal View History

2017-01-16 16:34:19 +00:00
[package]
name = "uuid"
version = "0.1.0"
workspace = "../../"
publish = false
2017-01-16 16:34:19 +00:00
[dependencies]
rocket = { path = "../../core/lib" }
rocket_codegen = { path = "../../core/codegen" }
2018-09-09 20:20:11 +00:00
uuid = "0.7"
lazy_static = "1.0"
2017-01-16 16:34:19 +00:00
[dependencies.rocket_contrib]
default-features = false
path = "../../contrib/lib"
2017-01-16 16:34:19 +00:00
features = ["uuid"]