memorable download codes
This commit is contained in:
parent
511bd741dd
commit
86bdac20af
7 changed files with 31 additions and 10 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue