summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 670d1198ba1d3068d77598d3a96966132a6d6a4e (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
[package]
name = "ci-broker-prototype"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = "0.6.20"
tokio = { version = "1.34.0", features = ["full"] }
radicle = { path = "/home/liw/radicle/heartwood/radicle" }
anyhow = "1.0.75"
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
log = "0.4.20"
pretty_env_logger = "0.5.0"
radicle-git-ext = "0.6.0"
thiserror = "1.0.50"
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
serde_json = "1.0.108"

[dependencies.radicle-term]
version = "0"
path = "/home/liw/radicle/heartwood/radicle-term"