2024-01-02 11:29:13 +00:00
|
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
|
|
index f6d5b6c..a631bbf 100644
|
2022-01-25 03:21:06 +00:00
|
|
|
--- a/Cargo.lock
|
|
|
|
+++ b/Cargo.lock
|
2024-01-02 11:29:13 +00:00
|
|
|
@@ -2544,6 +2544,7 @@ dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"typetag",
|
|
|
|
"winres",
|
2022-01-25 03:21:06 +00:00
|
|
|
"yaml-rust",
|
2022-11-21 17:40:18 +00:00
|
|
|
+ "zstd",
|
2022-01-25 03:21:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-02 11:29:13 +00:00
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
|
|
index b77f70d..861f1ac 100644
|
2022-01-25 03:21:06 +00:00
|
|
|
--- a/Cargo.toml
|
|
|
|
+++ b/Cargo.toml
|
2024-01-02 11:29:13 +00:00
|
|
|
@@ -65,6 +65,7 @@ tokei = "12.1.2"
|
2023-04-29 16:46:19 +00:00
|
|
|
typetag = "0.2"
|
2022-11-21 17:40:18 +00:00
|
|
|
yaml-rust = "0.4.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
parking_lot = "0.12"
|
2022-11-21 17:40:18 +00:00
|
|
|
+zstd = { version = "*", features = ["pkg-config"] }
|
2022-01-25 03:21:06 +00:00
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
[dev-dependencies]
|
2023-07-15 17:15:38 +00:00
|
|
|
criterion = "0.5.1"
|