[package] name = "wick-interface-cli" version = "0.4.0" edition = "2021" license = "Apache-2.0" description = "CLI interface types for the wick framework and components" repository = "https://github.com/candlecorp/wick" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] localgen = [] [dev-dependencies] [dependencies] wick-component = { workspace = true } serde = { workspace = true, features = ["derive"] } [build-dependencies] wick-component-codegen = { workspace = true }