gegit 1.0.0

Getting your repos made easy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gegit"
version = "1.0.0"
edition = "2021"
license = "MIT"
author = ["Suhas Kudlur Viswanath <suhaskv0111@gmail.com>"]
description = "Getting your repos made easy"
readme = "README.md"
homepage = "https://github.com/skudlur/gegit"
repository = "https://github.com/skudlur/gegit"
keywords = ["cli", "git"]

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

[dependencies]
clap = { version = "4.3.19", features = ["derive"] }