version = 4
[[package]]
name = "prikk"
version = "0.1.3"
dependencies = [
"prikk-hash",
"prikk-object",
"prikk-store",
]
[[package]]
name = "prikk-error"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f1dc1b03918d03b3b847964f0bc3d5312683b11d01ec6bed54ce89d7e42d965"
[[package]]
name = "prikk-hash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c75d3f7cdff8bebf1c8f6f41789f29141341fd5c66dab044d80604d378e7220"
[[package]]
name = "prikk-object"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc9aa9151bf4388951d9b461362865fbcc5f4e181759dc0b98492d29d9ec3f1"
dependencies = [
"prikk-error",
"prikk-hash",
]
[[package]]
name = "prikk-store"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27c0623e11a92869de2685f78eca653d10513f5857e8c19f4855e2f00fe560f6"
dependencies = [
"prikk-error",
"prikk-hash",
"prikk-object",
]