satay-cli 0.1.2

CLI for generating Rust clients from OpenAPI 3.1 documents
[package]
name = "satay-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "CLI for generating Rust clients from OpenAPI 3.1 documents"
repository = "https://github.com/zeon256/satay-rs"
homepage = "https://github.com/zeon256/satay-rs"
documentation = "https://github.com/zeon256/satay-rs#readme"

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

[dependencies]
argh.workspace = true
satay-codegen.workspace = true
thiserror.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true