diff options
Diffstat (limited to 'mingling_picker/test/Cargo.toml')
| -rw-r--r-- | mingling_picker/test/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mingling_picker/test/Cargo.toml b/mingling_picker/test/Cargo.toml new file mode 100644 index 0000000..127546c --- /dev/null +++ b/mingling_picker/test/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "test-mingling-picker" +version = "0.1.0" +edition = "2024" + +[workspace] + +[dependencies] +mingling_picker = { path = "../" } |
