chore: add cargo metadata
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user