From dd91946fb21861bd2f5e08e0f4de16771d12f839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6nnb=C3=A4ck?= Date: Wed, 4 Feb 2026 16:13:04 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9be275d..6da1f67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" edition = "2024" [dependencies] +clap = { version = "4.0.0", features = ["derive"] } +serde = { version = "1.0.130", features = ["derive"] } +serde_json = "1.0.130"