From 44451e5e920d939ed63ee8942757e90d7188d8ff Mon Sep 17 00:00:00 2001 From: Naz Date: Fri, 25 Jul 2025 15:38:38 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20basic=20CLI=20args=20and=20data?= =?UTF-8?q?=20types=20scaffolding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4602df5..dcaf015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" edition = "2024" [dependencies] +clap = { version = "4.5.41", features = ["derive"] } +serde = { version = "1.0.219", features = ["derive"] } +tokio = { version = "1.46.1", features = ["full"] } -- cgit v1.2.3