diff options
Diffstat (limited to 'modules/site_test/Cargo.toml')
-rw-r--r-- | modules/site_test/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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 = "../../" } |