✨ Feat: Add basic git identity management
This commit is contained in:
parent
b9e346516c
commit
7339f7dfc3
3 changed files with 553 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue