diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 21:08:20 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 22:23:16 +0800 |
| commit | 514929c3b8ee0d4f540be5eb4bc8c1a10e62095d (patch) | |
| tree | 8faeeb71075a695354496af38eb527085bb37f92 /mingling_core/tests/test-basic/Cargo.toml | |
| parent | 92cccd9517e764508dfa0342ae2ea254661d0a8f (diff) | |
Add unit and integration tests for mingling_core
Diffstat (limited to 'mingling_core/tests/test-basic/Cargo.toml')
| -rw-r--r-- | mingling_core/tests/test-basic/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mingling_core/tests/test-basic/Cargo.toml b/mingling_core/tests/test-basic/Cargo.toml new file mode 100644 index 0000000..7b326c1 --- /dev/null +++ b/mingling_core/tests/test-basic/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "test-basic" +version = "0.1.0" +edition = "2024" +publish = false + +[workspace] + +[dependencies] +mingling = { path = "../../../mingling" } |
