use org_static::publish; fn main() { match publish("examples/basic".into()) { Ok(()) => println!("Complete"), Err(e) => println!("Error: {}", e), } }