[package]
name = "fast-git"
version = "0.1.0"
edition = "2021"
description = "A fast and efficient Git/GitHub CLI wrapper with custom aliases support"
license = "MIT"
repository = "https://github.com/VMASPAD/fast-git"
homepage = "https://github.com/VMASPAD/fast-git"
keywords = ["git", "cli", "github", "wrapper", "productivity"]
categories = ["command-line-utilities", "development-tools"]
exclude = ["target/", ".git/", ".gitignore"]
[[bin]]
name = "fast-git"
path = "src/main.rs"
[lib]
name = "fg"
path = "src/lib.rs"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "5.0"