aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 118519e..cd103f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,5 @@
[workspace]
-members = [
- "crates/sloth",
- "crates/sloth_asm",
- "crates/sloth_bytecode",
- "crates/sloth_vm",
-]
+members = [ "sloth" ]
[workspace.package]
license = "MIT OR Apache-2.0"