radicle-native-ci 0.1.0

Radicle native CI adapter for running directly on node host
Documentation
[package]
name = "radicle-native-ci"
version = "0.1.0"
edition = "2021"
default-run = "radicle-native-ci"
rust-version = "1.77.1"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
description = "Radicle native CI adapter for running directly on node host"
license = "MIT OR Apache-2.0"
homepage = "https://radicle.xyz"
repository = "https://app.radicle.xyz/nodes/radicle.liw.fi/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE"
categories = ["development-tools::build-utils"]

[dependencies]
html-page = "0.1.0"
radicle = "0.9.0"
radicle-ci-broker = "0.1.0"
radicle-git-ext = "0.7.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.114"
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"