diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-18 08:27:42 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-18 08:27:42 +0300 |
| commit | 65eeda16498b2fb2ec4aaabf474843cac6771d26 (patch) | |
| tree | c3f0d8aa8347d1f78db551011f79ffcad69ad198 /libcodec2/Cargo.toml | |
| parent | 6d99ab452bc0a267eb3d42cf147e856c83d75de5 (diff) | |
Add cross-dependency
Diffstat (limited to 'libcodec2/Cargo.toml')
| -rw-r--r-- | libcodec2/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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" } |
