From 7074ff05ed7be900d8b8938facfb4455e2ce65b5 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Fri, 18 Oct 2024 18:37:06 -0600 Subject: Empty start --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0878923 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "photoxide" +version = "0.1.0" +edition = "2021" + +[dependencies] +joinrs = { git = "https://git.tempest.dev/ashe/joinrs", version = "0.0.1" } +sqlx = "0.8.2" -- cgit 1.4.1