diff options
| author | Fuwn <[email protected]> | 2021-05-17 12:22:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 12:22:40 +0000 |
| commit | 48f378ef24bf27343306a41785e82c40e6cb4120 (patch) | |
| tree | ba970c9e64416b54d5a39d4c8ba067572ada360e /Cargo.toml | |
| parent | fix(prompt): test uses outdated module (diff) | |
| download | whirl-48f378ef24bf27343306a41785e82c40e6cb4120.tar.xz whirl-48f378ef24bf27343306a41785e82c40e6cb4120.zip | |
fix(nix): nix builds
Fix Docker and Nix intergration via rename.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |