mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-06-10 03:06:49 +00:00
11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"private": true,
|
|
"name": "@cryptgeon/backend",
|
|
"scripts": {
|
|
"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"
|
|
}
|
|
}
|