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

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