aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index 0578bff..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[package]
-name = "mingling_workspace"
-version = "0.1.0"
-edition = "2024"
-
-[workspace]
-members = [
- "examples/example-async",
- "mingling",
- "mingling_core",
- "mingling_macros",
-]
-exclude = [
- "dev_tools",
- "examples/example-async",
- "examples/example-basic",
- "examples/example-completion",
- "examples/example-general-renderer",
- "examples/example-picker",
-]
-
-[dependencies]