diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:01:20 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:01:20 +0100 |
| commit | 7494981595712cf42681823e8fd79977b9b5f9dc (patch) | |
| tree | 7f85af24f4c1e56b6cf1c7baf6fe8a6cd798c7b3 /lvc/Cargo.toml | |
| parent | 11b78570656bd0ca67594472765fc629aa25fd25 (diff) | |
| download | video-codec-experiments-7494981595712cf42681823e8fd79977b9b5f9dc.tar video-codec-experiments-7494981595712cf42681823e8fd79977b9b5f9dc.tar.bz2 video-codec-experiments-7494981595712cf42681823e8fd79977b9b5f9dc.tar.zst | |
web!
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"] |