From b674af729bad8035141984714a26b0b07a933007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sun, 1 Mar 2026 00:14:13 +0100 Subject: [PATCH] chore: add cargo metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3965397..895218a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "todo" version = "0.1.0" edition = "2024" +rust-version = "1.85" +description = "simple todo cli with mcp server for ai integration" +authors = ["Matej Janežič "] +license-file = "LICENSE" +readme = "README.md" +repository = "https://git.janezic.dev/janezicmatej/todo" +homepage = "https://git.janezic.dev/janezicmatej/todo" [dependencies] anyhow = "1"