From f8c3c93824645a807d28b760855b4676ea479720 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Sat, 15 Jun 2024 03:30:50 +0900 Subject: Add simple zip reader --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 93d39e4..d511387 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,6 @@ categories = ["compression", "filesystem"] exclude = [".vscode/"] [dependencies] +bincode = "1.3.3" chrono = "0.4.29" +serde = { version = "1.0.203", features = ["derive"] } -- cgit v1.2.3