diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-17 01:54:33 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-17 01:54:33 +0700 |
commit | 2d79ca4bb935bd5b042812ff2018b90420de2eb8 (patch) | |
tree | 00de8bc058d967e34c04fd06b4aa2e8493487739 /Cargo.toml | |
parent | c8a05cdfc35604edddb54c9c36506742abdeadeb (diff) |
upd: write object struct to file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |