Feat: Add basic git identity management

This commit is contained in:
James Musselman 2025-02-19 17:02:58 -06:00
parent b9e346516c
commit 7339f7dfc3
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
3 changed files with 553 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "git_config_menu"
version = "0.1.0"
edition = "2021"
[dependencies]
dirs = "6.0.0"
toml = "0.8.20"