summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-07-17 11:31:30 +0300
committerYuval Adam <_@yuv.al>2022-07-17 11:31:30 +0300
commit609c8c2afe979fc0d29f9418fd95050fa39e4f57 (patch)
tree596a85d95df49a591fdca816ffa5b2b1a2180e10 /Cargo.toml
parent7b0319a4851c58d4234110cdf9497135ce99b2a7 (diff)
Add basic bindgen skeleton
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4192a7..8068b17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"