aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d1b621..e778fb1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,9 @@ members = [
"crates/whirl_api",
"crates/whirl_common",
"crates/whirl_config",
- "crates/whirl_db",
+ # "crates/whirl_db",
"crates/whirl_prompt",
- "crates/whirl_server"
+ "crates/whirl_server",
]
[profile.release]