version = 4
[[package]]
name = "prikk"
version = "0.1.0"
dependencies = [
"prikk-hash",
"prikk-object",
"prikk-store",
]
[[package]]
name = "prikk-error"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ad2bd9e0aad9b5b01f32d9f24ae569de93541fe0b1006a5d6419f6e8fe58c42"
[[package]]
name = "prikk-hash"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd832a2ab8273afe5e14ce98fa34c2ab0f20d871139f338447f7e799b494a8d3"
[[package]]
name = "prikk-object"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a68b57743c8d4f348a2a89cc7d965fa8266bc8345f7537dc5227aaaa255640"
dependencies = [
"prikk-error",
"prikk-hash",
]
[[package]]
name = "prikk-store"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e302ef04b1d52f41e6bbf0e70b248db27cdef01dbb1b7223e66a9e587e70a20"
dependencies = [
"prikk-error",
"prikk-hash",
"prikk-object",
]