[package] name = "gird" version = "0.2.0" edition = "2021" license = "MIT" description = "A command line tool and library for downloading release artifacts" homepage = "https://git.sr.ht/~djarb/gird" repository = "https://git.sr.ht/~djarb/gird" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.3", features = ["derive"] } regex = "1.10.3" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" thiserror = "1.0.58" ureq = "2.9.6"