feat: remove gz

This commit is contained in:
Max batleforc 2025-05-19 18:51:17 +02:00
parent 3b56224a5b
commit 29c5832ed0
No known key found for this signature in database
GPG Key ID: 25D243AB4B6AC9E7
2 changed files with 6 additions and 8 deletions

Binary file not shown.

View File

@ -1,11 +1,9 @@
version: "2.0"
version: '3'
tasks:
init:
desc: "Initialize the project"
back:
desc: Run the Rust server
silent: true
cmds:
- echo "Initializing project..."
- mkdir -p src tests
- touch src/main.py tests/test_main.py
silent: true
- echo "Running Rust server..."
- cargo run