From d075958732b9deb6a6f39dd1171144e075f013dc Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 26 Mar 2025 21:23:12 +0300 Subject: Fixing errors, the zsh: command not found: main branch will pushed only after fixing all mistakes and bugs. Now founded 3.] --- Cargo.toml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 09a21fd..2b27d98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3