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