From d8e633093c4f1728900354ae790b088c61b06615 Mon Sep 17 00:00:00 2001 From: Micha White Date: Fri, 21 Oct 2022 20:21:49 -0400 Subject: alligator 0.0.1 --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3