meta: initial commit

This commit is contained in:
Kat Marchán 2019-05-20 17:33:08 -07:00
commit 516aa5e422
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target
**/*.rs.bk
Cargo.lock

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "cacache"
version = "0.1.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
[dependencies]
ssri = "0.2.0"
hex = "0.3.2"