codex-cli-captain 0.0.1

Codex-Cli-Captain runtime, installer, and MCP server for Codex CLI.
[package]
name = "codex-cli-captain"
version = "0.0.1"
edition.workspace = true
authors.workspace = true
license-file = "LICENSE"
description = "Codex-Cli-Captain runtime, installer, and MCP server for Codex CLI."
repository = "https://github.com/HoRi0506/Codex-Cli-Captain"
homepage = "https://github.com/HoRi0506/Codex-Cli-Captain"
readme = "README.md"
keywords = ["codex", "cli", "agent", "mcp", "automation"]
categories = ["command-line-utilities", "development-tools"]
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "assets/**",
    "src/**",
    "tests/**",
]

[[bin]]
name = "ccc"
path = "src/main.rs"

[dependencies]
chrono = { version = "0.4", default-features = true, features = ["clock"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
toml = "0.8"