summaryrefslogtreecommitdiff
path: root/alligator_resources/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-25 11:13:37 -0400
committerMicha White <botahamec@outlook.com>2022-10-25 11:13:37 -0400
commit323c6ca03bc1d560b02114445764dab5e753049e (patch)
tree68b60475d670dfcab27ec5eab0de61c32f8b81ca /alligator_resources/Cargo.toml
parent578fc0aa670067991135921ab9a03d223036a598 (diff)
Started the alligator_resources project
Diffstat (limited to 'alligator_resources/Cargo.toml')
-rw-r--r--alligator_resources/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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"