summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 124355e4507c6ca3a91bd164912c3c5150287c8e (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
[package]
name = "radicle-native-ci"
version = "0.1.0"
edition = "2021"
default-run = "radicle-native-ci"
rust-version = "1.74"

[dependencies]
html-page = "0.1.0"
radicle-git-ext = "0.7.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
tempfile = "3.8.1"
thiserror = "1.0.50"
time = { version = "0.3.31", features = ["formatting", "macros"] }
uuid = { version = "1.6.1", features = ["v4"] }
walkdir = "2.4.0"

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

[dependencies.radicle-ci-broker]
git = "https://radicle.liw.fi/zwTxygwuz5LDGBq255RA2CbNGrz8.git"
branch = "main"