First commit

This commit is contained in:
2025-12-21 18:21:32 +01:00
commit 2c5d0378b6
7 changed files with 874 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# deploy script
deploy.sh