From efda331aa8bf3fb18f7cea38418e5952f02852f2 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Thu, 20 Nov 2025 17:03:54 -0300 Subject: Add template cli --- cli/template/rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/template/rust-toolchain.toml (limited to 'cli/template/rust-toolchain.toml') diff --git a/cli/template/rust-toolchain.toml b/cli/template/rust-toolchain.toml new file mode 100644 index 0000000..02cb8fc --- /dev/null +++ b/cli/template/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +profile = "default" -- cgit v1.2.3