mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
d0b7892964
We upgrade enumset alongside so that we keep only one copy of darling. Differential Revision: https://phabricator.services.mozilla.com/D179651
14 lines
200 B
TOML
14 lines
200 B
TOML
[package]
|
|
name = "serde_with"
|
|
version = "1.999.999"
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies.serde_with]
|
|
version = "3"
|
|
default-features = false
|
|
features = ["macros"]
|