prikk 0.0.1

Prikk CLI initial scaffold.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "prikk"
version = "0.0.1"
dependencies = [
 "prikk-hash",
 "prikk-object",
 "prikk-store",
]

[[package]]
name = "prikk-error"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac6d0e44f73de6419488b176f06ff706a6e09b8619ecedfd00d7008a8be8ffd"

[[package]]
name = "prikk-hash"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed32e2cc12dc9d9c290cb360a3564091d565f4fb7a9dab2dae80c7eeb4422272"

[[package]]
name = "prikk-object"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d79200488082a4efe0357710ebba39d4ec6b0d96731636df25f6c3d3e950cb7d"
dependencies = [
 "prikk-error",
 "prikk-hash",
]

[[package]]
name = "prikk-store"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb6c4e3fcf9d73a41864e33231772db53a64f00a604d81e431be189d51293342"
dependencies = [
 "prikk-error",
 "prikk-hash",
 "prikk-object",
]