diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-18 07:34:28 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-18 07:34:28 +0300 |
| commit | 50fdaad132b2939d8fc935cfa68df74497a6f4b5 (patch) | |
| tree | 782ef23b1adb739af6af330b6cef333e5504273e /Cargo.toml | |
| parent | 992cdcb4ae5156efb61b754e6f0f3692314f1a8a (diff) | |
Move to workspace file structure
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -1,11 +1,5 @@ -[package] -name = "codec2-sys" -description = "System bindings for codec2" -version = "1.0.0" -edition = "2021" -repository = "https://github.com/yuvadm/codec2-sys" -license = "LGPL-2.1" -readme = "README.md" +[workspace] -[build-dependencies] -bindgen = "0.60.1" +members = [ + "codec2-sys", +]
\ No newline at end of file |
