/rustodo

A Rust todo program, using SQLite!

Primary LanguageRust

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