From a35d336dc9a61fda931f4a9158205d590af87bd5 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Fri, 18 Oct 2024 18:08:40 -0600 Subject: Basic sync rendering --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..fa0dafb --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = ["modules/proc", "modules/site_test"] + +[package] +name = "morgana" +version = "0.1.0" +edition = "2021" -- cgit 1.4.1