From 609c8c2afe979fc0d29f9418fd95050fa39e4f57 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 17 Jul 2022 11:31:30 +0300 Subject: Add basic bindgen skeleton --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1