From fa65142861d256e1c12c225e22ac2e13914b7fbb Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sat, 14 Oct 2023 10:28:30 +0100 Subject: tmp --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f583e6f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "linked" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +curl = "0.4.44" +json = "0.12.4" -- cgit v1.2.3