From b461e87dd4608b8bf3b5f3a36583252d1f700f3f Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 8 May 2023 23:21:33 +0000 Subject: [PATCH] Add the rust dependency files --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c671773 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[dependencies] +reqwest = { version = "0.11", features = ["json"] } +serde_json = "1.0" +tokio = { version = "1", features = ["full"] }