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

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