pidgin-cli 0.2.0

CLI for the Pidgin agent handoff protocol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pidgin-cli"
version = "0.2.0"
edition = "2024"
description = "CLI for the Pidgin agent handoff protocol"
license = "MIT OR Apache-2.0"
repository = "https://github.com/manojpisini/pidgin"
homepage = "https://github.com/manojpisini/pidgin"

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

[dependencies]
clap = { version = "4.6.1", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] }
pidgin-lang = { path = "../pidgin-lang", version = "0.1.11" }
serde = { version = "1.0.228", features = ["derive"] }
serde_yaml = "=0.9.34"