From 323c6ca03bc1d560b02114445764dab5e753049e Mon Sep 17 00:00:00 2001 From: Micha White Date: Tue, 25 Oct 2022 11:13:37 -0400 Subject: Started the alligator_resources project --- alligator_resources/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 alligator_resources/Cargo.toml (limited to 'alligator_resources/Cargo.toml') diff --git a/alligator_resources/Cargo.toml b/alligator_resources/Cargo.toml new file mode 100644 index 0000000..7d09857 --- /dev/null +++ b/alligator_resources/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "alligator_resources" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +image = "0.24" +thiserror = "1" +exun = "0.1" -- cgit v1.2.3