gecko-dev/build/rust/serde_with/Cargo.toml
Mike Hommey d0b7892964 Bug 1836229 - Update serde_with to 3.0.0. r=emilio,supply-chain-reviewers
We upgrade enumset alongside so that we keep only one copy of darling.

Differential Revision: https://phabricator.services.mozilla.com/D179651
2023-06-05 20:28:30 +00:00

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