rustodo
A console todo app made in Rust using SQLite.
building
Run cargo run --release
.
dependencies
rusqlite
- an SQLite library
crossterm
- for the console UI
A console todo app made in Rust using SQLite.
Run cargo run --release
.
rusqlite
- an SQLite library
crossterm
- for the console UI