feat: remove gz
This commit is contained in:
parent
3b56224a5b
commit
29c5832ed0
Binary file not shown.
@ -1,11 +1,9 @@
|
|||||||
version: "2.0"
|
version: '3'
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
init:
|
back:
|
||||||
desc: "Initialize the project"
|
desc: Run the Rust server
|
||||||
cmds:
|
|
||||||
- echo "Initializing project..."
|
|
||||||
- mkdir -p src tests
|
|
||||||
- touch src/main.py tests/test_main.py
|
|
||||||
silent: true
|
silent: true
|
||||||
|
cmds:
|
||||||
|
- echo "Running Rust server..."
|
||||||
|
- cargo run
|
Loading…
Reference in New Issue
Block a user