summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8100c78b8e8c8fa9677321c25b439435d2196a9d (plain)
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
[package]
name = "radicle-ci-broker"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"

[dependencies]
log = "0.4.20"
pretty_env_logger = "0.5.0"
radicle-git-ext = "0.7.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
thiserror = "1.0.50"
radicle-surf = { version = "0.18.0", default-features = false, features = ["serde"] }
uuid = { version = "1.7.0", features = ["v4"] }
time = { version = "0.3.34", features = ["formatting", "macros"] }
html-page = "0.1.0"
sqlite = "0.32.0"

[dependencies.radicle]
git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
branch = "master"
features = ["default", "test"]

[dev-dependencies]
tempfile = { version = "3.9.0" }