saturn-patch/Cargo.lock

29 lines
773 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "anyhow"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
[[package]]
name = "hmac-sha256"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "219d368c625166098039429766941449ebf303da35d642eb339503a2bdad3423"
[[package]]
name = "libc"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
[[package]]
name = "saturn-patch"
version = "1.0.0"
dependencies = [
"anyhow",
"hmac-sha256",
"libc",
]