diff options
Diffstat (limited to 'bv1/Cargo.toml')
-rw-r--r-- | bv1/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bv1/Cargo.toml b/bv1/Cargo.toml new file mode 100644 index 0000000..489eec7 --- /dev/null +++ b/bv1/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["codec", "app", "codec-web"] +default-members = ["app", "codec-web"] |