ferret/Justfile

7 lines
103 B
Plaintext

db:
rm test.db*
sqlx database create
sqlx migrate run
crawl: db
RUST_LOG=info cargo run -p crawler