[[bin]]
name = "mi6"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.crossterm]
version = "0.28"
[dependencies.mi6-core]
version = "0.1.0"
[dependencies.ratatui]
version = "0.29"
[lints.clippy]
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
deprecated = "deny"
unsafe_code = "forbid"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI for mi6 - monitoring agentic coding sessions"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "mi6-cli"
readme = "README.md"
repository = "https://github.com/paradigmxyz/mi6"
resolver = "2"
version = "0.1.0"