From 65368311c8258eba7066c7efdeddc5b916dd048b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Alexandrovi=C4=8D?= Date: Sat, 1 Jun 2024 08:14:38 +0200 Subject: [PATCH] Changes to enable pushlish on crates.io. --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 90ea214..9c2b5e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "todotxt-tui" version = "0.1.0" edition = "2021" authors = ["Jiří Alexanrovič"] +license = "MIT" +license-file = "LICENSE" +keywords = ["tui", "todolist", "ratatui"] +readme = "README.md" +categories = ["command-line-utilities"] +description = "Todo.txt TUI is a highly customizable terminal-based application for managing your todo tasks. It follows the todo.txt format and offers a wide range of configuration options to suit your needs." +repository = "https://github.com/Fanteria/todotxt-tui" [dependencies] chrono = "0.4"