[package]
name = "regast-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Command-line interface for regast"
[[bin]]
name = "regast"
path = "src/main.rs"
doc = false
[dependencies]
clap.workspace = true
regast.workspace = true
serde_json.workspace = true
[lints]
workspace = true