init repo

This commit is contained in:
2025-06-20 23:14:25 +02:00
commit 8db7631f95
6 changed files with 695 additions and 0 deletions

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt"]