First commit in rust

This commit is contained in:
2026-02-19 13:51:07 +08:00
commit c37ca9ba52
73 changed files with 9737 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
/target/
**/*.db
**/*.db-shm
**/*.db-wal
.env
*.pem
*.key
*.crt
*.p12
/backchannel-server/backchannel.db
/backchannel-web/node_modules/
/backchannel-web/.vite/