16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"name": "rust-axum",
|
|
"private": true,
|
|
"version": "4.5.2",
|
|
"description": "An example of a Rust/Axum virtual Perspective server",
|
|
"scripts": {
|
|
"start": "cargo run --target=$(rustc -vV | sed -n 's|host: ||p') --features=_hack"
|
|
},
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"superstore-arrow": "catalog:"
|
|
},
|
|
"devDependencies": {}
|
|
}
|