From 39e745b99a913602de516bad8ea741b60387ff2f Mon Sep 17 00:00:00 2001 From: nix Date: Sat, 28 Jun 2025 02:35:21 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20Cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d7d91b1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "walrus" +version = "0.1.0" +edition = "2025" + +[dependencies] +tokio = { version = "1", features = ["full"] } +reqwest = { version = "0.12", features = ["json", "stream"] } +serde = { version = "1", features = ["derive"] } +serde_json = "1" +clap = { version = "4", features = ["derive"] } \ No newline at end of file