1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

add command to checkout branch in all apps

This commit is contained in:
Robin Appelman 2022-08-24 17:04:30 +02:00
commit 5278f0d295
5 changed files with 191 additions and 0 deletions

View file

@ -30,6 +30,8 @@ shell-words = "1.1.0"
warp = "0.3"
warp-reverse-proxy = { version = "0.5.0", default_features = false, features = ["rustls-tls"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
tracing = "0.1.35"
tracing-subscriber = "0.3.14"
[profile.release]
lto = true