Add missing files

This commit is contained in:
Luke D. Jones
2022-12-07 11:50:03 +13:00
parent e42a5bc3e9
commit ad95765954
2 changed files with 474 additions and 0 deletions

9
rust-toolchain Normal file
View File

@@ -0,0 +1,9 @@
# If you see this, run "rustup self update" to get rustup 1.23 or newer.
# NOTE: above comment is for older `rustup` (before TOML support was added),
# which will treat the first line as the toolchain name, and therefore show it
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
[toolchain]
channel = "1.65.0"
components = [ "rustfmt", "clippy" ]