chore: add cargo metadata

This commit is contained in:
2026-03-01 00:14:13 +01:00
parent c006f8236c
commit b674af729b

View File

@@ -2,6 +2,13 @@
name = "todo" name = "todo"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
rust-version = "1.85"
description = "simple todo cli with mcp server for ai integration"
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
license-file = "LICENSE"
readme = "README.md"
repository = "https://git.janezic.dev/janezicmatej/todo"
homepage = "https://git.janezic.dev/janezicmatej/todo"
[dependencies] [dependencies]
anyhow = "1" anyhow = "1"