[package] name = "jcg" version = "0.3.1" edition = "2021" authors = ["zahash "] description = "json code generation cli" license = "MIT" repository = "https://github.com/zahash/jsoncodegen/" [dependencies] jsoncodegen = { path = "../core", version = "0.3.1" } serde_json = "1" clap = { version = "4", features = ["derive"] } anyhow = "1"