summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f927c89c44d9a7a8b6b4b25df6c691f51d93b4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "grit"
version = "0.1.0"
edition = "2021"
description = "Brainrot git"

[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
configparser = "3.1.0"
flate2 = "1.1.0"
ini = "1.3.0"
sha1 = "0.10.6"