mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
18 lines
412 B
TOML
18 lines
412 B
TOML
[package]
|
|
name = "gecko_string_cache"
|
|
description = "A crate to allow using Gecko's nsIAtom as a replacement for string_cache."
|
|
version = "0.2.20"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
cfg-if = "0.1.0"
|
|
gecko_bindings = {version = "0.0.1", path = "../gecko_bindings"}
|
|
heapsize = "0.3.5"
|
|
libc = "0.2"
|
|
selectors = "0.10"
|
|
serde = "0.8"
|