Updated Crystal API (markdown)

FantasyPvP
2023-11-13 00:27:15 +00:00
parent fd8b50c56f
commit 1dd2f1885a
+1
@@ -7,6 +7,7 @@ in the trait.
#[async_trait]
pub trait Application {
fn new() -> Self;
async fn run(&mut self, _: Vec<String>) -> Result<(), Error> {
Ok(())
}