squite 0.1.1

A UI for SQLite databases, written in Rust
1
2
3
4
5
6
build = "cargo build --target-dir target/"
test = "cargo test"
clippy-fix = "cargo clippy --fix --bin squite"
clippy = "cargo clippy"
format = "cargo fmt"
format-check = "cargo fmt --check"