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"