10 lines
189 B
JSON
10 lines
189 B
JSON
|
|
{
|
||
|
|
"name": "veza-stream-server",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"build": "cargo build --verbose",
|
||
|
|
"test": "cargo test --verbose",
|
||
|
|
"lint": "cargo fmt --all -- --check"
|
||
|
|
}
|
||
|
|
}
|