mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 15:17:14 +00:00
19637cf3a3
With `--no-default-features --features default-except-unstable`, more crates can now be compiled on stable Rust. This will help integrate them in rustc’s regression testing and compiler performance benchmarking. Source-Repo: https://github.com/servo/servo Source-Revision: 78aaa85aec8184d0a2d70006c45034d7c2ec561a --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 3490c14736cf026c4bd910423786ec46bbccfc5f
16 lines
222 B
TOML
16 lines
222 B
TOML
[package]
|
|
name = "nonzero"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
unstable = ["serde/unstable"]
|
|
|
|
[dependencies]
|
|
serde = "1.0.14"
|