lgit 0.9.2

CLI tool for managing git repositories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lgit"
version = "0.9.2"
edition = "2021"
authors = ["Peter Luladjiev<lgit-rs@luladjiev.com>"]
description = "CLI tool for managing git repositories"
license = "MIT"
repository = "https://github.com/Luladjiev/lgit-rs"
readme = "README.md"
keywords = ["git", "cli", "rust"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
mockall = "0.13.1"