diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-17 11:31:30 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-17 11:31:30 +0300 |
| commit | 609c8c2afe979fc0d29f9418fd95050fa39e4f57 (patch) | |
| tree | 596a85d95df49a591fdca816ffa5b2b1a2180e10 /Cargo.toml | |
| parent | 7b0319a4851c58d4234110cdf9497135ce99b2a7 (diff) | |
Add basic bindgen skeleton
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,5 @@ name = "codec2-sys" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +[build-dependencies] bindgen = "0.60.1" |
