swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/template/fresh/rust-toolchain.toml
diff options
context:
space:
mode:
Diffstat (limited to 'template/fresh/rust-toolchain.toml')
-rw-r--r--template/fresh/rust-toolchain.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/fresh/rust-toolchain.toml b/template/fresh/rust-toolchain.toml
new file mode 100644
index 0000000..66f329f
--- /dev/null
+++ b/template/fresh/rust-toolchain.toml
@@ -0,0 +1,4 @@
+[toolchain]
+channel = "1.90.0"
+profile = "minimal"
+components = ["clippy", "rustfmt"]