forge: replace curl shell-outs with reqwest http helper (closes #249)

This commit is contained in:
damocles 2026-05-22 15:37:30 +02:00 committed by Mara
parent 5c360e8293
commit b283768f26
2 changed files with 34 additions and 52 deletions

View file

@ -9,6 +9,7 @@ workspace = true
[dependencies]
anyhow.workspace = true
axum.workspace = true
reqwest.workspace = true
clap.workspace = true
hive-fr0nt.workspace = true
hive-sh4re.workspace = true