List command

This commit is contained in:
2023-10-24 14:07:30 +02:00
parent 43675b78fb
commit 2a15a460d0
4 changed files with 211 additions and 13 deletions

View File

@@ -6,8 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
chrono = "0.4.31"
clap = { version = "4.4.6", features = ["derive"] }
home = "0.5.5"
quick-xml = { version = "0.31.0", features = ["serde", "serialize"] }
reqwest = { version = "0.11.22", features = ["json"] }
rpassword = "7.2.0"
serde = { version = "1.0.189", features = ["serde_derive", "derive"] }
termion = "2.0.1"
tokio = { version = "1.33.0", features = ["full"] }