one workspace for everything

This commit is contained in:
Vinzenz Schroeter 2024-05-12 13:51:41 +02:00
parent 0b28b24900
commit 01d1f1dad0
25 changed files with 461 additions and 1134 deletions

View file

@ -13,9 +13,7 @@ struct Cli {
}
fn main() {
env_logger::builder()
.filter_level(log::LevelFilter::Debug)
.init();
env_logger::init();
let connection = Connection::open(Cli::parse().destination).unwrap();