diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-18 10:55:30 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-18 10:55:30 +0700 |
commit | 66aa0f0d9d02800b4d5c12e9f566b8808b67c8ea (patch) | |
tree | 17b06b4b625d9a1273baa21e21f0bfe0ebbc272a /Cargo.toml | |
parent | ba1d9d094fa9c9930b3d3919b175f12e9eeeb3f3 (diff) |
refactor: deserialization out of commit obj because it will be used for tag as well
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ description = "Brainrot git" [dependencies] clap = { version = "4.5.32", features = ["derive"] } configparser = "3.1.0" +derive_is_enum_variant = "0.1.1" flate2 = "1.1.0" ini = "1.3.0" sha1 = "0.10.6" |