This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,17 @@ dependencies = [
2424 " rustc-std-workspace-core" ,
2525]
2626
27+ [[package ]]
28+ name = " aes"
29+ version = " 0.8.3"
30+ source = " registry+https://github.com/rust-lang/crates.io-index"
31+ checksum = " ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
32+ dependencies = [
33+ " cfg-if" ,
34+ " cipher" ,
35+ " cpufeatures" ,
36+ ]
37+
2738[[package ]]
2839name = " ahash"
2940version = " 0.8.3"
@@ -470,6 +481,16 @@ dependencies = [
470481 " winapi" ,
471482]
472483
484+ [[package ]]
485+ name = " cipher"
486+ version = " 0.4.4"
487+ source = " registry+https://github.com/rust-lang/crates.io-index"
488+ checksum = " 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
489+ dependencies = [
490+ " crypto-common" ,
491+ " inout" ,
492+ ]
493+
473494[[package ]]
474495name = " clap"
475496version = " 4.4.4"
@@ -1984,6 +2005,15 @@ version = "1.0.9"
19842005source = " registry+https://github.com/rust-lang/crates.io-index"
19852006checksum = " bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
19862007
2008+ [[package ]]
2009+ name = " inout"
2010+ version = " 0.1.3"
2011+ source = " registry+https://github.com/rust-lang/crates.io-index"
2012+ checksum = " a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2013+ dependencies = [
2014+ " generic-array" ,
2015+ ]
2016+
19872017[[package ]]
19882018name = " installer"
19892019version = " 0.0.0"
@@ -2465,6 +2495,7 @@ dependencies = [
24652495name = " miri"
24662496version = " 0.1.0"
24672497dependencies = [
2498+ " aes" ,
24682499 " colored" ,
24692500 " ctrlc" ,
24702501 " env_logger 0.10.0" ,
You can’t perform that action at this time.
0 commit comments