[package]
edition = "2021"
name = "koban-cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Placeholder for the koban CLI — an Invoice Ninja command-line tool. The first real release will be 0.1.0; install the library crate from `koban`."
homepage = "https://github.com/jamesbrink/koban"
readme = "README.md"
keywords = [
"invoice-ninja",
"invoice",
"cli",
"agents",
"api",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/jamesbrink/koban"
[[bin]]
name = "koban"
path = "src/main.rs"