summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f5f9bfb..5aa3546 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,12 @@
+[package]
+name = "alligator"
+version = "0.0.1"
+edition = "2021"
+rust-version = "1.65"
+
+[dependencies]
+alligator_render = {path = "alligator_render"}
+
[workspace]
members = ["alligator_render"]
resolver = "2" \ No newline at end of file