gecko-dev/gfx/wr/webrender_build/Cargo.toml
Alexis Beingessner 63afa58e9a Bug 1525402 - Mark all gfx/wr crates as Rust 2018. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D29569

--HG--
extra : moz-landing-system : lando
2019-05-07 01:39:22 +00:00

16 lines
416 B
TOML

[package]
name = "webrender_build"
authors = ["The Servo Project Developers"]
version = "0.0.1"
license = "MPL-2.0"
repository = "https://github.com/servo/webrender"
description = "Code shared between precompilation (build.rs) and the rest of WebRender"
edition = "2018"
[features]
serialize_program = ["serde"]
[dependencies]
serde = { optional = true, version = "1.0", features = ["serde_derive"] }
sha2 = "0.8"