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 71fef29..f2ae11c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,4 +13,5 @@ exclude = [".vscode/"]
13 13
14[dependencies] 14[dependencies]
15chrono = "0.4.29" 15chrono = "0.4.29"
16flate2 = "1.0.30"
16serde = { version = "1.0.203", features = ["derive"] } 17serde = { version = "1.0.203", features = ["derive"] }