initialize cargo, just, and dependencies
@@ -0,0 +1,17 @@
_default:
just --list
# Run the bot
[group('dev')]
run *args:
cargo run {{args}}
# Clean up previous builds
[group('build')]
clean:
cargo clean
# Build the bot for production
build:
cargo build --release
The note is not visible to the blocked user.