summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-23 14:53:23 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-23 14:54:16 +0300
commit7584d20a89785ebc3694593c97ce96ec41edb265 (patch)
tree0eec451ed2b8d043780bf2b965eff18829b849d5 /Cargo.toml
parentc0b5fc205bbf8c033cd071401ca480a9a3a7787d (diff)
Created PKGBUILD and SRCINFO
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c0b53a..0863bc0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,3 +15,4 @@ reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.0", features = ["full"] }
clap_derive = "4.5.49"
serde_yml = "0.0.12"
+termimage = "1.2.2"