[package] name = "sit" version = "0.1.2" edition = "2021" authors = ["Camden McGath cmcgath@nnu.edu"] license = "MIT" description = "Speedy Git (sit) is a CLI tool to automate common git workflows and provide safer defaults" readme = "README.md" homepage = "https://github.com/camdenmcgath/speedy-git" repository = "https://github.com/camdenmcgath/speedy-git" keywords = ["cli", "git", "automation"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.2.7", features = ["derive"] } indicatif = "0.17.4" thiserror = "1.0" anyhow = "1.0"