Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
nix: add radicle-full
Fintan Halpenny committed 2 years ago
commit c21c36049c65e73e7ed85ed2cd3d3e744924c669
parent 5329d45d72a03e5ba06e206b4ef2f2cb5f32e67a
1 file changed +8 -0
modified radicle-httpd/Cargo.toml
@@ -14,6 +14,14 @@ logfmt = [
  "tracing-subscriber/env-filter"
]

+
[[bin]]
+
name = "radicle-httpd"
+
path = "src/main.rs"
+

+
[[bin]]
+
name = "rad-web"
+
path = "src/bin/rad-web.rs"
+

[dependencies]
anyhow = { version = "1" }
axum = { version = "0.7.2", default-features = false, features = ["json", "query", "tokio", "http1"] }