aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 12:22:40 -0700
committerFuwn <[email protected]>2021-05-17 12:22:40 -0700
commitb6e92cc928a4a94a8dfd32a53fd0a5732f1f1632 (patch)
tree6dd868b0b781160adc5ab08b5cc5033f82de25cf /Cargo.toml
parentfix(prompt): test uses outdated module (diff)
downloadwhirl-b6e92cc928a4a94a8dfd32a53fd0a5732f1f1632.tar.xz
whirl-b6e92cc928a4a94a8dfd32a53fd0a5732f1f1632.zip
fix(nix): nix builds
Fix Docker and Nix intergration via rename.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 574e8e9..c43fb2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["whirl_config", "whirl_core", "whirl_prompt", "whirl_server"]
+members = ["whirl_config", "whirl", "whirl_prompt", "whirl_server"]
[profile.release]
lto = true