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 --- modules/site_test/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/site_test/Cargo.toml (limited to 'modules/site_test/Cargo.toml') diff --git a/modules/site_test/Cargo.toml b/modules/site_test/Cargo.toml new file mode 100644 index 0000000..118c9bd --- /dev/null +++ b/modules/site_test/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "morgana_site_test" +edition = "2021" + +[dependencies] +morgana = { path = "../../" } -- cgit 1.4.1