mirror of https://github.com/rwf2/Rocket.git
17 lines
328 B
TOML
17 lines
328 B
TOML
[package]
|
|
name = "uuid"
|
|
version = "0.1.0"
|
|
workspace = "../../"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
rocket_codegen = { path = "../../core/codegen" }
|
|
uuid = ">= 0.5, <= 0.6"
|
|
lazy_static = "1.0"
|
|
|
|
[dependencies.rocket_contrib]
|
|
default-features = false
|
|
path = "../../contrib/lib"
|
|
features = ["uuid"]
|