1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00

fix(server): remove unused Body import; keep bonus happy-path artifact test

This commit is contained in:
TheGeneralist 2026-06-21 21:08:23 +02:00
parent dcf9e127bb
commit fa2968a21a
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 92 additions and 2 deletions

View file

@ -10,8 +10,8 @@ axum.workspace = true
serde.workspace = true
tokio.workspace = true
toml.workspace = true
tower-http.workspace = true
tower.workspace = true
tower-http.workspace = true
[dev-dependencies]
tempfile.workspace = true