raftify_cli 0.1.81

Raftify CLI tool
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    built::write_built_file().expect("Failed to acquire build-time information");
    Ok(())
}