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"