[package]
edition = "2024"
name = "mind-cli"
version = "0.12.0"
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A manager for agent tooling (skills, agents, rules, tools) that melds arbitrary git repos and links items into your agent directories."
homepage = "https://jaemk.github.io/mind/"
documentation = "https://jaemk.github.io/mind/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jaemk/mind"
[[bin]]
name = "mind"
path = "src/main.rs"
[[test]]
name = "changelog"
path = "tests/changelog.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "cli_absorb"
path = "tests/cli_absorb.rs"
[[test]]
name = "cli_dump"
path = "tests/cli_dump.rs"
[[test]]
name = "cli_install_items"
path = "tests/cli_install_items.rs"
[[test]]
name = "cli_lobes"
path = "tests/cli_lobes.rs"
[[test]]
name = "item_lifecycle"
path = "tests/item_lifecycle.rs"
[[test]]
name = "recall_hash"
path = "tests/recall_hash.rs"
[[test]]
name = "review_hooks"
path = "tests/review_hooks.rs"
[[test]]
name = "spec_coverage"
path = "tests/spec_coverage.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.clap_complete]
version = "4"
[dependencies.clap_mangen]
version = "0.3"
[dependencies.crossterm]
version = "0.29"
[dependencies.dirs]
version = "6"
[dependencies.fd-lock]
version = "4"
[dependencies.glob]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.ratatui]
version = "0.30"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.strip-ansi-escapes]
version = "0.2"
[dependencies.thiserror]
version = "2"
[dependencies.toml]
version = "1"