зеркало из https://github.com/mozilla/sccache.git
19 строки
493 B
TOML
19 строки
493 B
TOML
[package]
|
|
name = "lru-disk-cache"
|
|
version = "0.2.0"
|
|
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
|
|
license = "Apache-2.0"
|
|
description = "A LRU cache for files on disk."
|
|
repository = "https://github.com/mozilla/sccache/"
|
|
|
|
[dependencies]
|
|
filetime = "0.1"
|
|
linked-hash-map = "0.2"
|
|
log = "0.3.6"
|
|
# This is currently vendored to allow publishing on crates.io.
|
|
#lru-cache = { git = "https://github.com/luser/lru-cache", branch = "non-mut-get" }
|
|
walkdir = "1"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.4"
|