gitlab-ci-launchpad-mini-co.../Cargo.toml
Louis Vallat be11082b07
Updated project name and version in Cargo.toml
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-06-03 10:15:16 +02:00

16 lines
318 B
TOML

[package]
name = "gitlabci-launchpad-controller"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gitlab = "0.1500"
serde = "1.0"
serde_json = "1.0"
log = "0.4.17"
env_logger = "0.9.0"
launchy = "0.2.0"
open = "2.1.2"