summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-14 10:28:30 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-14 10:28:30 +0100
commitfa65142861d256e1c12c225e22ac2e13914b7fbb (patch)
tree1ca29c523c039cb13c46850bcac17777c0ab0766 /Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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"