summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-17 01:54:33 +0700
committerRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-17 01:54:33 +0700
commit2d79ca4bb935bd5b042812ff2018b90420de2eb8 (patch)
tree00de8bc058d967e34c04fd06b4aa2e8493487739 /Cargo.toml
parentc8a05cdfc35604edddb54c9c36506742abdeadeb (diff)
upd: write object struct to file
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 8f17e5b..f927c89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ clap = { version = "4.5.32", features = ["derive"] }
configparser = "3.1.0"
flate2 = "1.1.0"
ini = "1.3.0"
+sha1 = "0.10.6"