mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-10 19:49:06 +00:00
a78814f1c5
This has the following nice benefits: * The 'Uuid' wrapper type is gone. * 'Uuid' implements 'UriDisplay', 'FromUriParam'. * The 'serialization' example merges in 'uuid'. Resolves #1299.
11 lines
188 B
TOML
11 lines
188 B
TOML
[package]
|
|
name = "serialization"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies.rocket]
|
|
path = "../../core/lib"
|
|
features = ["json", "msgpack", "uuid"]
|