display logs
This commit is contained in:
parent
ff5ff74282
commit
53f95c0fe4
7 changed files with 130 additions and 20 deletions
|
|
@ -14,3 +14,4 @@ renet = "0.0.13"
|
|||
store = { path = "../store" }
|
||||
bot = { path = "../bot" }
|
||||
itertools = "0.13.0"
|
||||
env_logger = "0.11.6"
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ ARGS:
|
|||
";
|
||||
|
||||
fn main() -> Result<()> {
|
||||
env_logger::init();
|
||||
let args = match parse_args() {
|
||||
Ok(v) => v,
|
||||
Err(e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue