From 433fcc492fe8afea3691129dc0f5b5db1c72bae6 Mon Sep 17 00:00:00 2001 From: artin rebekale Date: Tue, 1 Aug 2023 23:15:38 -0700 Subject: [PATCH] cargo.toml --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..77a61cf --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "roxy" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rocket = "0.5.0-rc.1" +reqwest = { version = "0.11.8", features = ["blocking", "json"] } +tokio = { version = "1", features = ["full"] } +fasthash = "0.4"