From cd7cf0434f173b3ac135f2678ab38d1bc82f19c4 Mon Sep 17 00:00:00 2001 From: msi Date: Sun, 16 Nov 2025 12:28:25 -0300 Subject: Add lib template --- lib/template/rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/template/rust-toolchain.toml (limited to 'lib/template/rust-toolchain.toml') diff --git a/lib/template/rust-toolchain.toml b/lib/template/rust-toolchain.toml new file mode 100644 index 0000000..02cb8fc --- /dev/null +++ b/lib/template/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +profile = "default" -- cgit v1.2.3