From b0297b96b52042ed390092faa22b26ef516a259a Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 12 Apr 2025 14:25:56 +0200 Subject: calendar: Using config file --- calendar/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'calendar/Cargo.toml') diff --git a/calendar/Cargo.toml b/calendar/Cargo.toml index 1ab2d69..f7e3c8e 100644 --- a/calendar/Cargo.toml +++ b/calendar/Cargo.toml @@ -4,9 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] +clap = { version = "4.4", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["blocking", "json"] } regex = "1.10" tempfile = "3.8" -anyhow = "1.0" \ No newline at end of file +reqwest = { version = "0.11", features = ["blocking", "json"] } +anyhow = "1.0" -- cgit v1.2.3