Crates.io | todo-app |
lib.rs | todo-app |
version | 0.1.1 |
source | src |
created_at | 2021-12-25 16:11:37.803023 |
updated_at | 2021-12-25 16:28:13.742994 |
description | Todo app on Rust |
homepage | |
repository | https://github.com/stepanov-denis/todo-app/ |
max_upload_size | |
id | 503002 |
size | 4,979 |
Application for keeping a to-do list. The list is written / read in the format JSON.
cargo run -- add "your task"
cargo run -- complete "your task"
cat db.json