use crate::*; pub async fn runtime_info(_data: Data) -> () { // TODO get information from runtime // certification duration for example println!("TODO"); () }