[package] name = "jiqi-cli" edition = "2021" version = "0.1.2" authors = {workspace = true} homepage = {workspace = true} description = "A rust cli tools" repository = {workspace = true} license = {workspace = true} # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.18", features = ["derive"] } inquire = { version = "0.5.2", features = ["default"] } anyhow = "1.0.66" git2 = "0.15.0" jiqi-degit = "0.1.1" human-panic = "1.0.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "jiqi-cli" path = "src/main.rs"