runtimo-daemon 0.6.4

Daemon for the Runtimo capability runtime (JSON-RPC server, placeholder)
Documentation
1
2
3
4
5
6
7
//! Runtimo Daemon binary — thin wrapper around the daemon library.
//!
//! See [`runtimo_daemon::run`] for the full daemon logic.

fn main() -> Result<(), Box<dyn std::error::Error>> {
    runtimo_daemon::run()
}