This commit is contained in:
2025-08-12 08:38:00 +02:00
parent 32c7659702
commit de6d39a8d7

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
export RUSTFLAGS := "-C target-cpu=native"
server:
cargo build -p lanspread-server
client:
cargo tauri dev
clean:
cargo clean