[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"