chore: update dependencies, use workspace deps
This commit is contained in:
parent
edb5ab0abb
commit
f4f1f1e761
6 changed files with 99 additions and 67 deletions
|
|
@ -46,7 +46,7 @@ enum Commands {
|
|||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
env_logger::init();
|
||||
tracing_subscriber::fmt::init();
|
||||
let cli = Cli::parse();
|
||||
|
||||
match cli.command {
|
||||
|
|
|
|||
Reference in a new issue