mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-04 00:32:39 +00:00
65baa83fb4
* 'memchr' to 2.0 * 'base64' to 0.9 * 'smallvec' to 0.6 * 'lazy_static' to 1.0 Update example dependencies. * 'rand' to 0.4 * 'parking_lot' to 0.5
16 lines
288 B
TOML
16 lines
288 B
TOML
[package]
|
|
name = "uuid"
|
|
version = "0.1.0"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
uuid = "^0.5"
|
|
lazy_static = "1.0"
|
|
|
|
[dependencies.rocket_contrib]
|
|
default-features = false
|
|
path = "../../contrib"
|
|
features = ["uuid"]
|