add anyhow, serde, toml, dirs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#[macro_use] extern crate rocket;
|
||||
|
||||
mod config;
|
||||
|
||||
#[launch]
|
||||
fn rocket() -> _ {
|
||||
rocket::build().mount("/", routes![index])
|
||||
|
||||
Reference in New Issue
Block a user