mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 07:08:44 +00:00
Add rust-toolchain configuration for project dependencies management
This commit is contained in:
5
rust-toolchain.toml
Normal file
5
rust-toolchain.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# rust-toolchain.toml
|
||||||
|
[toolchain]
|
||||||
|
channel = "stable" # or "1.78.0", a specific nightly, etc.
|
||||||
|
profile = "minimal" # keeps download size small
|
||||||
|
components = ["rustfmt", "clippy"]
|
Reference in New Issue
Block a user