From 97df39d49a5a9792818293dd85bd0458c35261ab Mon Sep 17 00:00:00 2001 From: Rosyid Haryadi Date: Wed, 12 Mar 2025 12:40:55 +0700 Subject: init --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..33e4942 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "grit" +version = "0.1.0" +edition = "2021" +description = "Brainrot git" + +[dependencies] +clap = { version = "4.5.32", features = ["derive"] } +ini = "1.3.0" -- cgit v1.2.3-70-g09d2