mirror of https://github.com/zkat/cacache-rs.git
meta: add some fields to Cargo.toml
This commit is contained in:
parent
4efc9ba457
commit
7b460706a1
|
|
@ -3,6 +3,10 @@ name = "cacache"
|
|||
version = "0.1.0"
|
||||
authors = ["Kat Marchán <kzm@zkat.tech>"]
|
||||
edition = "2018"
|
||||
description = "Content-addressable, key-value, high-performance, on-disk cache."
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/zkat/cacache-rs"
|
||||
homepage = "https://github.com/zkat/cacache-rs"
|
||||
|
||||
[dependencies]
|
||||
ssri = "1.2.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue