From 50fdaad132b2939d8fc935cfa68df74497a6f4b5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 18 Jul 2022 07:34:28 +0300 Subject: Move to workspace file structure --- Cargo.toml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9e4794f..56d630f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.3.1