This commit is contained in:
2025-10-14 14:27:40 +02:00
commit ff699d4e21
14 changed files with 746 additions and 0 deletions

3
rust-toolchain.toml Normal file
View File

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