To build this with nix, enter the root directory and run nix build
. The final binary will be located at result/bin/bunny_bot
.
To build this with cargo, enter the root directory and run cargo build --release
. The final binary will be located at target/release/bunny_bot
.