9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"name": "@tauth-example/backend",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cargo run",
|
|
"build": "cargo build --release",
|
|
"test": "cargo test"
|
|
}
|
|
}
|