cordis-cli 0.0.1

Command line runner (worker/daemon) for the cordis-rs plugin framework
1
2
3
4
5
6
7
8
9
//! Command line runner for the cordis-rs plugin framework.
//!
//! **Status: placeholder.** This crate is under active development as part of
//! the cordis-rs workspace. See the repository for the roadmap.

fn main() {
    eprintln!("cordis-cli {} (placeholder, under development)", env!("CARGO_PKG_VERSION"));
    eprintln!("See https://github.com/dshbox/cordis-rs for the roadmap.");
}