aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cb00d2b..96900a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ exclude = [".vscode/"]
14[dependencies] 14[dependencies]
15bzip2 = "0.4.4" 15bzip2 = "0.4.4"
16chrono = "0.4.29" 16chrono = "0.4.29"
17crc32fast = "1.4.2"
17flate2 = "1.0.30" 18flate2 = "1.0.30"
18liblzma = "0.3.2" 19liblzma = "0.3.2"
19serde = { version = "1.0.203", features = ["derive"] } 20serde = { version = "1.0.203", features = ["derive"] }