meta: add some fields to Cargo.toml

This commit is contained in:
Kat Marchán 2019-06-06 10:29:36 +02:00
parent 4efc9ba457
commit 7b460706a1
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 4 additions and 0 deletions

View File

@ -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"