diff options
Diffstat (limited to 'mingling_core/tests/test-all/Cargo.toml')
| -rw-r--r-- | mingling_core/tests/test-all/Cargo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mingling_core/tests/test-all/Cargo.toml b/mingling_core/tests/test-all/Cargo.toml new file mode 100644 index 0000000..9eea2de --- /dev/null +++ b/mingling_core/tests/test-all/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "test-all" +version = "0.1.0" +edition = "2024" +publish = false + +[workspace] + +[dependencies] +mingling = { path = "../../../mingling", features = [ + "general_renderer_full", + "comp", + "builds", + "repl", + "dispatch_tree", + "parser", + "extra_macros", +] } +tokio = { version = "1", features = ["full"] } +serde = { version = "1", features = ["derive"] } |
