9 lines
234 B
JSON
9 lines
234 B
JSON
{
|
|
"name": "veza-stream-server",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cargo build --verbose",
|
|
"test": "cargo test --verbose",
|
|
"lint": "cargo fmt --all -- --check && cargo clippy --all-targets -- -D warnings"
|
|
}
|
|
}
|