mirror of https://github.com/rwf2/Rocket.git
16 lines
289 B
TOML
16 lines
289 B
TOML
[package]
|
|
name = "uuid"
|
|
version = "0.1.0"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
uuid = "^0.5"
|
|
lazy_static = "^0.2"
|
|
|
|
[dependencies.rocket_contrib]
|
|
default-features = false
|
|
path = "../../contrib"
|
|
features = ["uuid"]
|