Initial commit

This commit is contained in:
2023-07-25 22:48:19 +02:00
commit 86994e0f8c
18 changed files with 764 additions and 0 deletions

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2022-07-10"
components = ["rust-src"]
profile = "minimal"