@build: cargo build @build-container: podman build --file ./containers/chatbot.containerfile -t crieur-chatbot . @clean: cargo clean @run: cargo run @test: cargo test --all @clippy: cargo clippy @fmt: cargo fmt @simulate-ci: fmt clippy test @audit: cargo audit @crev: cargo crev verify