diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-03-26 21:23:12 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-03-26 21:23:31 +0300 |
| commit | d075958732b9deb6a6f39dd1171144e075f013dc (patch) | |
| tree | 741962f319d6c633d71b932dc56bebc9ce37b236 /Cargo.toml | |
| parent | 3d642eae40c80b31c5078d4b1d62a0a533f230d2 (diff) | |
Fixing errors, the zsh: command not found: main branch will pushed only after fixing all mistakes and bugs. Now founded 3.]
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -4,12 +4,13 @@ version = "0.1.0" edition = "2021" [dependencies] -serde = { version = "1.0", features = ["derive"] } -toml = "0.7" -clap = { version = "4.4", features = ["derive"] } -reqwest = { version = "0.11", features = ["json"] } -tokio = { version = "1.0", features = ["full"] } -chrono = "0.4" -dirs = "4.0" +serde = { version = "1.0", features = ["derive"] } +toml = "0.7" +clap = { version = "4.4", features = ["derive"] } +reqwest = { version = "0.11", features = ["json"] } +tokio = { version = "1.0", features = ["full"] } +chrono = "0.4" +dirs = "4.0" termimage = "0.4" -image = "0.24" +image = "0.24" +once_cell = "1.20" |
