Initial commit

This commit is contained in:
Andrey Golovizin 2021-06-26 13:18:19 +02:00
commit ae9fca20ee
8 changed files with 821 additions and 0 deletions

3
rust-toolchain Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "1.53.0"
components = [ "cargo", "rustfmt", "clippy", "rust-analysis", "rust-src" ]