From 7b0319a4851c58d4234110cdf9497135ce99b2a7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 17 Jul 2022 11:10:26 +0300 Subject: Initial project structure with bindgen --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f4192a7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +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] +bindgen = "0.60.1" -- cgit v1.3.1