Adds a default vscode config with generally applicable settings. Adds more entrypoints to justfile both for environment setup and to help agents better verify changes.
4 lines
79 B
TOML
4 lines
79 B
TOML
[toolchain]
|
|
channel = "1.88.0"
|
|
components = [ "clippy", "rustfmt", "rust-src"]
|