make checks work

This commit is contained in:
Jai A
2024-10-16 15:57:44 -07:00
parent a7d4001b00
commit 907ef38189
32 changed files with 3330 additions and 6862 deletions

View File

@@ -0,0 +1,12 @@
{
"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": {
}
}