fix(dep): add libc dependency

This commit is contained in:
Strix 2023-10-14 22:39:49 +02:00
parent 163362d954
commit 24993f2f22
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -14,3 +14,4 @@ regex = "1.9.1"
reqwest = { version = "0.11.18", features = ["blocking"] } reqwest = { version = "0.11.18", features = ["blocking"] }
uuid = { version = "1.4.0", features = ["serde", "v4"] } uuid = { version = "1.4.0", features = ["serde", "v4"] }
tar = "0.4.39" tar = "0.4.39"
libc = "0.2.80"