dukit 0.4.2

git cli tool for the feathered
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dukit"
version = "0.4.2"
edition = "2021"
authors =[  "Tharun <tharun1@hotmail.co.uk>" ]
description = "git cli tool for the feathered"
repository = "https://github.com/DrCheeseFace/dukit"
license = "MIT"
readme = "README.md"

[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
termion = "4.0.3"