relayburn-cli 0.0.1

The `burn` CLI — published to crates.io. Crate name is relayburn-cli because `burn` is taken on crates.io; the binary keeps the `burn` invocation.
1
2
3
4
5
// TODO: port `@relayburn/cli` — see issue #248.
fn main() {
    eprintln!("burn (Rust port): not yet implemented");
    std::process::exit(1);
}