Rocket/examples/serialization/Cargo.toml
Sergio Benitez a78814f1c5 Graduate contrib 'uuid' into core.
This has the following nice benefits:

  * The 'Uuid' wrapper type is gone.
  * 'Uuid' implements 'UriDisplay', 'FromUriParam'.
  * The 'serialization' example merges in 'uuid'.

Resolves #1299.
2021-05-22 11:01:00 -07:00

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"]