[package] name = "gegit" version = "1.1.0" edition = "2021" license = "MIT" author = ["Suhas Kudlur Viswanath "] 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"] }