mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
14 lines
243 B
TOML
14 lines
243 B
TOML
[package]
|
|
name = "lru_cache"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false # We should publish this at some point
|
|
|
|
[lib]
|
|
name = "lru_cache"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
arrayvec = "0.3.20"
|