aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 00d1884..e2da34b 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "lru-cache"
-description:
- "A cache that holds a limited number of key-value pairs"
-
+description: "A cache that holds a limited number of key-value pairs"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/lru-cache"
}
url {
- type: GIT
- value: "https://github.com/contain-rs/lru-cache"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/lru-cache/lru-cache-0.1.2.crate"
}
version: "0.1.2"
- last_upgrade_date { year: 2020 month: 6 day: 11 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 11
+ }
}