From c927ac1c6e041f96326e4a32e76ca13da8f6f5be Mon Sep 17 00:00:00 2001 From: main Date: Tue, 31 Mar 2026 14:21:52 -0400 Subject: Initial import --- template/fresh/rust-toolchain.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 template/fresh/rust-toolchain.toml (limited to 'template/fresh/rust-toolchain.toml') 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"] -- cgit v1.2.3