small changes

This commit is contained in:
EthanShoeDev
2025-09-13 22:01:42 -04:00
parent 9cf21763ab
commit b545a5b1fa
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1 @@
!.vscode

View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"nefrob.vscode-just-syntax",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml"
]
}

View File

@@ -0,0 +1,7 @@
default:
@just --list
lint:
cargo clippy --all-targets --all-features -- -D warnings