lol
1--- a/Cargo.lock
2+++ b/Cargo.lock
3@@ -242,6 +242,7 @@ dependencies = [
4 "toml_edit",
5 "twox-hash",
6 "url",
7+ "zstd",
8 ]
9
10 [[package]]
11@@ -1904,4 +1905,5 @@ checksum = "2141bed8922b427761470e6bbfeff255da94fa20b0bbeab0d9297fcaf71e3aa7"
12 dependencies = [
13 "cc",
14 "libc",
15+ "pkg-config",
16 ]
17diff --git a/Cargo.toml b/Cargo.toml
18index 8f24673..b59c350 100644
19--- a/Cargo.toml
20+++ b/Cargo.toml
21@@ -92,6 +92,8 @@ twox-hash = { version = "1.5", default-features = false }
22 # Url parsing/manipulation
23 url = "2.1"
24
25+zstd = { version = "*", features = ["pkg-config"] }
26+
27 [dev-dependencies]
28 # Avoid loading license check many times
29 lazy_static = "1.4.0"