[[bin]]
name = "cloneit"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.48"
[package]
authors = ["LateNiteCode <latenitecode@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "git clone wrapper that integrates with ~/.ssh/config"
edition = "2024"
keywords = ["git", "clone"]
license-file = "LICENSE"
name = "cloneit"
readme = "README.md"
repository = "https://github.com/latenitecoding/cloneit"
version = "0.1.1"