feat: start forking libarchive, no biggy

This commit is contained in:
Jef Roosens 2023-07-12 15:10:21 +02:00
parent 51cda94c1a
commit 5743f4a3a5
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 730 additions and 1 deletions

View file

@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
axum = "0.6.18"
futures = "0.3.28"
libarchive = { path = "../libarchive" }
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["io"] }
tower = { version = "0.4.13", features = ["make"] }