memorable download codes

This commit is contained in:
xenofem 2022-05-01 03:28:25 -04:00
parent 511bd741dd
commit 86bdac20af
7 changed files with 31 additions and 10 deletions

11
Cargo.lock generated
View file

@ -899,6 +899,16 @@ dependencies = [
"winapi",
]
[[package]]
name = "mnemonic"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fae0e4c0b155d3b019a7cbc27abe4a90e15c06814d27889ce9f5f44e2faf77"
dependencies = [
"byteorder",
"lazy_static",
]
[[package]]
name = "ntapi"
version = "0.3.7"
@ -1408,6 +1418,7 @@ dependencies = [
"inotify",
"log",
"mime",
"mnemonic",
"pin-project-lite",
"rand",
"sanitise-file-name",