summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: db656f95f5cc754ba05263d836caec118446a0e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "grit"
version = "0.1.0"
edition = "2021"
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"
indexmap = "2.8.0"
ini = "1.3.0"
sha1 = "0.10.6"