From 6d5f8f046b3b24e50cb1a0e7751c6bc9170ed9d1 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Sat, 29 Jun 2024 22:53:47 +0900 Subject: Add `Clone` derive and edit trait types --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71fef29..f2ae11c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,5 @@ exclude = [".vscode/"] [dependencies] chrono = "0.4.29" +flate2 = "1.0.30" serde = { version = "1.0.203", features = ["derive"] } -- cgit v1.2.3