firecrawl/apps/rust-sdk/Makefile
2024-07-07 14:42:20 +02:00

11 lines
89 B
Makefile

.PHONY: build run format
build:
cargo build
run: build
cargo run
format:
cargo fmt