[package]
edition = "2021"
name = "tokmesh"
version = "0.1.1"
authors = ["Tokmesh contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local AI coding token analytics CLI and TUI"
homepage = "https://github.com/xxxbrian/tokmesh"
readme = "README.md"
keywords = [
"tokmesh",
"tokens",
"cli",
"tui",
"usage",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/xxxbrian/tokmesh"
[features]
apple-fm = ["tokmesh-cli/apple-fm"]
[[bin]]
name = "tokmesh"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.tokmesh-cli]
version = "0.1.1"