automake-rs-cli 0.1.21

CLI binaries for automake-rs: automake and aclocal forensic-parity reimplementations.
Documentation
[package]
name = "automake-rs-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description = "CLI binaries for automake-rs: automake and aclocal forensic-parity reimplementations."
readme = "README.md"

[[bin]]
name = "automake"
path = "src/main_automake.rs"

[[bin]]
name = "aclocal"
path = "src/main_aclocal.rs"

[dependencies]
automake-rs-core = { path = "../automake-rs-core", version = "0.1.16" }
serde_json = { workspace = true }

[[bin]]
name = "autoreconf-rs"
path = "src/main_autoreconf.rs"