diff options
Diffstat (limited to 'lvc/Cargo.toml')
-rw-r--r-- | lvc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lvc/Cargo.toml b/lvc/Cargo.toml index b45cf70..489eec7 100644 --- a/lvc/Cargo.toml +++ b/lvc/Cargo.toml @@ -1,3 +1,3 @@ [workspace] -members = ["codec", "app"] -default-members = ["app"] +members = ["codec", "app", "codec-web"] +default-members = ["app", "codec-web"] |