diff options
| author | msi | 2025-11-16 12:28:25 -0300 |
|---|---|---|
| committer | msi | 2025-11-16 12:28:25 -0300 |
| commit | cd7cf0434f173b3ac135f2678ab38d1bc82f19c4 (patch) | |
| tree | 9171ea3384d62217fe29d906b43fca9ba9e693c3 /lib/template/rust-toolchain.toml | |
| parent | c722f8281d0f19080f19928a69de950c1472cf94 (diff) | |
| download | templates-cd7cf0434f173b3ac135f2678ab38d1bc82f19c4.tar.gz | |
Add lib template
Diffstat (limited to 'lib/template/rust-toolchain.toml')
| -rw-r--r-- | lib/template/rust-toolchain.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |