feat(install): install feature, installing mods into mods directory
This commit is contained in:
parent
809151b28c
commit
5359b39c9b
7 changed files with 176 additions and 4 deletions
19
Cargo.lock
generated
19
Cargo.lock
generated
|
|
@ -517,6 +517,12 @@ version = "0.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "1.5.0"
|
||||
|
|
@ -888,10 +894,12 @@ dependencies = [
|
|||
"colored",
|
||||
"dialoguer",
|
||||
"futures-util",
|
||||
"hex",
|
||||
"indicatif",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"sha1",
|
||||
"sha2",
|
||||
"terminal_size",
|
||||
"textwrap",
|
||||
"tokio",
|
||||
|
|
@ -1412,6 +1420,17 @@ dependencies = [
|
|||
"digest",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sha2"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cpufeatures",
|
||||
"digest",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shell-words"
|
||||
version = "1.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue