Files
firecrawl/apps/rust-sdk/Makefile
T

11 lines
89 B
Makefile
Raw Normal View History

2024-07-07 14:40:52 +02:00
.PHONY: build run format
build:
cargo build
run: build
cargo run
format:
cargo fmt