jon-cli 0.1.0

Natural language interface for Joy and Jot - CLI for the Joyint ecosystem
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jon-cli"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Natural language interface for Joy and Jot - CLI for the Joyint ecosystem"
repository = "https://github.com/joyint/jon"
homepage = "https://joyint.com"
readme = "../../README.md"

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

[dependencies]
clap = { workspace = true }
anyhow = { workspace = true }