[package] name = "todo-tui" version = "0.1.6" authors = ["abdellatif-dev "] description="Simple Interactive Terminal Todo App in Rust" license= "MIT" keywords = ["tui", "todo", "todo-tui"] repository = "https://github.com/abdellatif-dev/todo-tui" readme = "README.md" exclude = [".github/*", "CODE_OF_CONDUCT.md", "SECURITY.md", "CONTRIBUTING.md"] edition = "2018" [dependencies] ncurses = "5.101.0" libc = "0.2.112" coord2d= "0.2.8" [badges]