Rocket/examples/uuid/Cargo.toml

16 lines
289 B
TOML
Raw Normal View History

2017-01-16 16:34:19 +00:00
[package]
name = "uuid"
version = "0.1.0"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
2017-05-03 16:03:25 +00:00
uuid = "^0.5"
2017-01-16 16:34:19 +00:00
lazy_static = "^0.2"
[dependencies.rocket_contrib]
default-features = false
path = "../../contrib"
features = ["uuid"]