mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 04:44:16 +01:00
11 lines
271 B
JSON
11 lines
271 B
JSON
{
|
|
"private": true,
|
|
"name": "@cryptgeon/backend",
|
|
"scripts": {
|
|
"dev": "cargo watch -x 'run --bin cryptgeon'",
|
|
"build": "cargo build --release",
|
|
"test:server": "SIZE_LIMIT=10MiB LISTEN_ADDR=0.0.0.0:3000 cargo run",
|
|
"test:prepare": "cargo build"
|
|
}
|
|
}
|