watchexec & breaking changes in axum 0.8

This commit is contained in:
2026-05-31 22:55:11 +02:00
parent 9b0155dc9a
commit 690b955d5d
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"private": true,
"name": "@cryptgeon/backend",
"scripts": {
"dev": "cargo watch -x 'run --bin cryptgeon'",
"dev": "watchexec -r -e rs cargo run",
"build": "cargo build --release",
"test:server": "SIZE_LIMIT=10MiB LISTEN_ADDR=0.0.0.0:3000 cargo run",
"test:prepare": "cargo build"