mirror of https://github.com/zkat/cacache-rs.git
meta: initial commit
This commit is contained in:
commit
516aa5e422
|
|
@ -0,0 +1,3 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue