include!("lib.rs"); pub fn main () -> Usually<()> { tek_core::run(Arc::new(RwLock::new(crate::Chain::new("todo")?)))?; Ok(()) }