chore: update dependencies, use workspace deps

This commit is contained in:
ThetaDev 2024-03-22 00:24:35 +01:00
parent edb5ab0abb
commit f4f1f1e761
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
6 changed files with 99 additions and 67 deletions

View file

@ -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 {