From 65eeda16498b2fb2ec4aaabf474843cac6771d26 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 18 Jul 2022 08:27:42 +0300 Subject: Add cross-dependency --- libcodec2/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcodec2/Cargo.toml') diff --git a/libcodec2/Cargo.toml b/libcodec2/Cargo.toml index 573dd1d..181772b 100644 --- a/libcodec2/Cargo.toml +++ b/libcodec2/Cargo.toml @@ -3,6 +3,5 @@ name = "libcodec2" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +codec2-sys = { version = "1.0.0", path = "../codec2-sys" } -- cgit v1.3.1