diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz deleted file mode 100644 index 0b9cebe..0000000 Binary files a/.yarn/install-state.gz and /dev/null differ diff --git a/Taskfile.yaml b/Taskfile.yaml index 211cc4e..c9eca57 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -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 \ No newline at end of file + - echo "Running Rust server..." + - cargo run \ No newline at end of file