rusty_xml-cli 0.7.0

rxmlint — xmllint-shaped CLI for rusty_xml (does not shadow xmllint)
[package]
name = "rusty_xml-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
homepage.workspace = true
rust-version.workspace = true
description = "rxmlint — xmllint-shaped CLI for rusty_xml (does not shadow xmllint)"
keywords.workspace = true
categories.workspace = true

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

[dependencies]
rusty_xml = { workspace = true }
rusty_xml-alloc = { version = "0.7.0", path = "../rusty_xml-alloc" }

[lints]
workspace = true