feat: init commit

This commit is contained in:
2024-08-19 22:21:59 +08:00
parent 122fa8f03c
commit 7c3459fa24
30 changed files with 4045 additions and 0 deletions

7
justfile Normal file
View File

@@ -0,0 +1,7 @@
_:
@just --list
# build application
build:
cd src-tauri && cargo tauri build