Fix and simplify tar downloads

This commit is contained in:
Joscha 2023-08-12 16:06:20 +02:00
parent 81328fcf04
commit 4f63b02509
2 changed files with 35 additions and 43 deletions

View file

@ -1,3 +1,5 @@
mod tree;
use tracing::error;
use crate::config::Config;