[package] name = "todo-mcp" version = "0.2.1" 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" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4", features = ["derive"] } colored = "3" dirs = "6" serde = { version = "1", features = ["derive"] } serde_json = "1" sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite", "chrono", "migrate"] } tokio = { version = "1", features = ["rt", "macros", "io-std", "io-util", "signal"] } [build-dependencies] anyhow = "1" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4", features = ["derive"] } clap_complete = "4" serde = { version = "1", features = ["derive"] }