summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-07-18 08:19:43 +0300
committerYuval Adam <_@yuv.al>2022-07-18 08:19:43 +0300
commit57f0ba6e4d0cd7a98f7f03bd1840b3fe3d23c7b6 (patch)
tree5f0e9994ee07ad89aca6394f74cdde05e7e31d9c /Cargo.toml
parentc92d7d9c3911141b0c7d76323e6d0fc5c28e4338 (diff)
Add libcodec2 package
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56d630f..1c967e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
members = [
+ "libcodec2",
"codec2-sys",
-] \ No newline at end of file
+]