diff options
Diffstat (limited to 'mingling_pathf/test/Cargo.toml')
| -rw-r--r-- | mingling_pathf/test/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mingling_pathf/test/Cargo.toml b/mingling_pathf/test/Cargo.toml new file mode 100644 index 0000000..8bb5728 --- /dev/null +++ b/mingling_pathf/test/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "test-mingling-pathf" +version = "0.1.0" +edition = "2024" +publish = false + +[workspace] + +[dependencies] +mingling_pathf = { path = "../../mingling_pathf" } +just_fmt = "0.1.2" |
