servo/components/atoms/Cargo.toml
2017-12-07 20:37:38 +01:00

16 lines
270 B
TOML

[package]
name = "servo_atoms"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
build = "build.rs"
[lib]
path = "lib.rs"
[dependencies]
string_cache = {version = "0.7"}
[build-dependencies]
string_cache_codegen = "0.4"