mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 05:15:09 +00:00
e20c332d45
Source-Repo: https://github.com/servo/servo Source-Revision: eb7032f6dd5e8a1f8c0602666805d1d10cc84e65 --HG-- rename : servo/ports/servo/Cargo.lock => servo/Cargo.lock
18 lines
316 B
TOML
18 lines
316 B
TOML
[package]
|
|
name = "servo_atoms"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
build = "build.rs"
|
|
workspace = "../.."
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
string_cache = {version = "0.3", features = ["heap_size"]}
|
|
|
|
[build-dependencies]
|
|
string_cache_codegen = "0.3"
|