[package] name = "cargo-glab" version = "0.1.0-rc.2" edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/wunker-bunker/cargo-glab" description = "A cargo cli tool used to publish a Gitlab release with binaries for cargo-binstall" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" clap = { version = "4.4.7", features = ["derive", "cargo", "env"] } gitlab = "0.1605.1" serde = { version = "1.0.190", features = ["derive"] } toml = "0.8.8"