[package]
name = "toasty-cli"
version = "0.2.0"
description = "Command-line interface for Toasty schema management"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
categories.workspace = true
readme.workspace = true
documentation = "https://docs.rs/toasty-cli"
[dependencies]
toasty.workspace = true
toasty-core = { workspace = true, features = ["serde"] }
toasty-sql.workspace = true
anyhow = "1.0.102"
clap.workspace = true
console.workspace = true
dialoguer.workspace = true
rand.workspace = true
serde.workspace = true
toml.workspace = true
toml_edit = { workspace = true, features = ["serde"] }
url.workspace = true
[lints]
workspace = true