init: Add rust workspace with toolchain version fixed on current latest stable.
script: Add github action for linting and compile checking.
This commit is contained in:
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.94.0"
|
||||
components = ["rustfmt", "clippy", "rust-analyzer"]
|
||||
Reference in New Issue
Block a user