version = 4
[[package]]
name = "prikk"
version = "0.1.1"
dependencies = [
"prikk-hash",
"prikk-object",
"prikk-store",
]
[[package]]
name = "prikk-error"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7416da514e26607723114cc6fcee7ea5c7e67f6e99f6f96a82e5d08684f069be"
[[package]]
name = "prikk-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73de394fc4f823c92270b577608a162fad4367f8924ca4d1c21f6e8a3d7c63bc"
[[package]]
name = "prikk-object"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a452a935614b6d0bd6e5e5f1d347557d4f91a7dd821e446585d7e39279fa537c"
dependencies = [
"prikk-error",
"prikk-hash",
]
[[package]]
name = "prikk-store"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21c25de3d7be7f6bded57e369bc80c68d6ab1431c2f328e74e449445c440a3d4"
dependencies = [
"prikk-error",
"prikk-hash",
"prikk-object",
]