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: tasks:
init: back:
desc: "Initialize the project" desc: Run the Rust server
silent: true
cmds: cmds:
- echo "Initializing project..." - echo "Running Rust server..."
- mkdir -p src tests - cargo run
- touch src/main.py tests/test_main.py
silent: true