This commit is contained in:
nora 2024-06-29 16:57:37 +02:00
parent 6d46c730b9
commit 5ff6bc24fa
6 changed files with 181 additions and 1 deletions

9
Cargo.lock generated
View file

@ -5,3 +5,12 @@ version = 3
[[package]]
name = "crypto-hype"
version = "0.1.0"
dependencies = [
"hex-literal",
]
[[package]]
name = "hex-literal"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"