From 3320da719669f37dd5f55693b4d76edb27dbce02 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Mon, 31 Oct 2022 13:01:06 +0100 Subject: modlist --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cc98e0d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "modlist" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +reqwest = { version = "0.11", features = ["json"] } +tokio = { version = "1", features = ["full"] } +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0.87" -- cgit v1.2.3