From d43eaa502eda231ec8292a7867a0c358a4e8368a Mon Sep 17 00:00:00 2001 From: Martin Wurm Date: Thu, 20 Jul 2023 03:20:33 +0200 Subject: [PATCH] add xmltv-rs dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9b1a0f6..6613910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +xmltv-rs = "*"