[package] name = "gitcc-cli" version = "0.5.0" edition = "2021" description = "gitcc CLI" license = "MIT" repository = "https://github.com/nlargueze/gitcc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "gitcc" path = "src/bin/gitcc.rs" [dependencies] anyhow = "1.0.71" clap = { version = "4.2.5", features = ["derive"] } colored = "2.0.0" dialoguer = "0.10.4" gitcc-core = { path = "../gitcc-core", version = "0.5.0" }