-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
37 lines (35 loc) · 1.07 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "lava-gitlab-runner"
version = "0.3.2"
authors = ["Sjoerd Simons <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Gitlab runner bridge to lava"
homepage = "https://gitlab.collabora.com/lava/lava-gitlab-runner"
repository = "https://gitlab.collabora.com/lava/lava-gitlab-runner.git"
[dependencies]
bytes = "1.2.1"
chrono = { version = "0.4.20", features = ["serde"] }
colored = "2"
gitlab-runner = "0.1.0"
lava-api = "0.1.2"
lazy_static = "1.4"
structopt = "0.3.23"
url = "2.2.2"
tokio = "1.35"
async-trait = "0.1.51"
futures = "0.3.17"
handlebars = "5"
masker = { version="0.0.4", features=["streams"] }
junit-parser = "1"
serde = { version = "^1.0.194", features = ["derive"] }
serde_json = "1.0.68"
serde_yaml = "0.9.30"
rand = "0.8.4"
tempfile = "3.3.0"
tokio-util = { version = "0.7", features = [ "io" ] }
tracing-subscriber = { version = "0.3.9", features = ["env-filter", "json"] }
tracing = "0.1.31"
strum = { version = "0.26.2", features = ["derive"] }
[build-dependencies]
vergen = { version = "8.3.1", features = ["git", "gitcl"] }