Files
random-pseudonyme-generator/Cargo.lock

17 lines
373 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "rapidhash"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9813f789f95ee4fe6b4d01834404d7cccacbc3f6c029343af910b3c2835eb9f1"
[[package]]
name = "rpg"
version = "1.0.0"
dependencies = [
"rapidhash",
]