hey-cli-common 0.1.1

Common code for hey-cli
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hey-cli-common"
version = "0.1.1"
edition = "2021"
authors = ["ZibanPirate <zakman.dev@gmail.com>"]
description = "Common code for hey-cli"
license = "MIT"
repository = "https://github.com/ZibanPirate/hey-cli"
readme = "README.md"
keywords = ["cli", "assistant", "ai"]
categories = ["command-line-utilities"]

[dependencies]
serde = { workspace = true }