play/rust/nix_hash/Cargo.lock

17 lines
386 B
Plaintext
Raw Normal View History

2024-07-13 21:36:33 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "data-encoding"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
[[package]]
name = "nix_hash"
version = "0.1.0"
dependencies = [
"data-encoding",
]