[package] name = "club-rs" description = "A command-line utility for managing Clasp remotes for Google Apps Script projects." readme = "README.md" license = "MIT" homepage = "https://github.com/ProbablyFaiz/club.rs" documentation = "https://github.com/ProbablyFaiz/club.rs" repository = "https://github.com/ProbablyFaiz/club.rs" authors = [ "Faiz Surani " ] keywords = ["clasp", "google-apps-script", "cli"] version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.2", features = ["derive"] } colored = "2.1.0" indexmap = "2.2.5" regex = "1.10.3" serde_json = "1.0.114" [[bin]] name = "club" path = "src/main.rs"