Add base app

This commit is contained in:
2023-01-24 09:39:27 +01:00
commit 8a7833b57e
4 changed files with 646 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "git-toolkit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.1.3", features = ["derive"] }
color-eyre = "0.6.2"
eyre = "0.6.8"
tracing = { version = "0.1.37", features = ["log"] }
tracing-subscriber = "0.3.16"