Move rust checks to own file

This commit is contained in:
Jai A
2024-10-18 15:43:30 -07:00
parent 1b73d248b3
commit c143929b69
9 changed files with 38 additions and 66 deletions

View File

@@ -1,12 +0,0 @@
{
"name": "@modrinth/labrinth",
"scripts": {
"build": "cargo build",
"dev": "cargo run",
"test": "cargo test",
"lint": "cargo fmt --check && cargo clippy -- -D warnings",
"fix": "cargo fmt && cargo clippy --fix"
},
"dependencies": {
}
}