mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Let's make this a lib instead of an app
This commit is contained in:
parent
d8bead0598
commit
6febd98f2a
2 changed files with 1 additions and 9 deletions
1
src/lib.rs
Normal file
1
src/lib.rs
Normal file
|
@ -0,0 +1 @@
|
|||
pub mod schema;
|
|
@ -1,9 +0,0 @@
|
|||
mod schema;
|
||||
|
||||
|
||||
/// Run the bot.
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
pretty_env_logger::init();
|
||||
log::debug!("There's nothing here yet.")
|
||||
}
|
Loading…
Reference in a new issue