chore: update dependencies, use workspace deps

This commit is contained in:
ThetaDev 2024-03-22 00:24:35 +01:00
parent 0111f14646
commit cfcf8ffb0e
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 {