aboutsummaryrefslogtreecommitdiff
path: root/ui-tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tests/Cargo.toml')
-rw-r--r--ui-tests/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui-tests/Cargo.toml b/ui-tests/Cargo.toml
new file mode 100644
index 0000000..5b30a66
--- /dev/null
+++ b/ui-tests/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "dynamize-tests"
+version = "0.0.0"
+edition = "2021"
+publish = false
+
+[patch.crates-io]
+dynamize = { path = ".." }
+
+[dependencies]
+dynamize = "0.2.0"