Initial commit

Signed-off-by: Val Packett <val@invisiblethingslab.com>
This commit is contained in:
Val Packett 2025-07-03 21:15:49 -03:00
commit 11a682e19f
12 changed files with 180 additions and 0 deletions

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "1.88.0"
components = ["rust-analyzer", "clippy"]