Fixed creating and deleting

This commit is contained in:
2023-10-23 19:47:57 +02:00
parent 5205650b5d
commit 3fb0033d77
4 changed files with 180 additions and 29 deletions

22
Cargo.lock generated
View File

@@ -634,6 +634,7 @@ dependencies = [
"clap",
"home",
"reqwest",
"rpassword",
"tokio",
]
@@ -726,6 +727,27 @@ dependencies = [
"winreg",
]
[[package]]
name = "rpassword"
version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
dependencies = [
"libc",
"rtoolbox",
"winapi",
]
[[package]]
name = "rtoolbox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "rustc-demangle"
version = "0.1.23"