feat: start forking libarchive, no biggy
This commit is contained in:
parent
51cda94c1a
commit
5743f4a3a5
9 changed files with 730 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue