[package]
edition = "2021"
name = "jon-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Natural language interface for Joy and Jot - CLI for the Joyint ecosystem"
homepage = "https://joyint.com"
readme = "README.md"
license = "MIT"
repository = "https://github.com/joyint/jon"
[[bin]]
name = "jon"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
version = "4.5"
features = ["derive"]