mirror of https://github.com/dswd/zvault
15 lines
423 B
TOML
15 lines
423 B
TOML
[root]
|
|
name = "chunking"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[metadata]
|
|
"checksum quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0aad603e8d7fb67da22dbdf1f4b826ce8829e406124109e73cf1b2454b93a71c"
|