[package]
name = "cloneit"
version = "0.1.1"
authors = ["LateNiteCode <latenitecode@gmail.com>"]
repository = "https://github.com/latenitecoding/cloneit"
keywords = ["git", "clone"]
license-file = "LICENSE"
readme = "README.md"
description = "git clone wrapper that integrates with ~/.ssh/config"
edition = "2024"
[dependencies]
clap = { version = "4.5.48", features = ["derive"] }