diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-21 12:23:09 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-21 19:52:57 +0100 |
commit | 23fcd4ef079ad2b4aed69b4f363cbb9e7102c4ed (patch) | |
tree | 2fbf27f77274df35b31504e9b6cde5ed0a53455c /ui-tests/Cargo.toml | |
parent | 57641e00d6ed1fd7689c3079abb10f67d5387143 (diff) |
add ui tests (inspired by trybuild)
Diffstat (limited to 'ui-tests/Cargo.toml')
-rw-r--r-- | ui-tests/Cargo.toml | 11 |
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" |