summaryrefslogtreecommitdiff
path: root/codec2-sys/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-07-18 07:34:28 +0300
committerYuval Adam <_@yuv.al>2022-07-18 07:34:28 +0300
commit50fdaad132b2939d8fc935cfa68df74497a6f4b5 (patch)
tree782ef23b1adb739af6af330b6cef333e5504273e /codec2-sys/Cargo.toml
parent992cdcb4ae5156efb61b754e6f0f3692314f1a8a (diff)
Move to workspace file structure
Diffstat (limited to 'codec2-sys/Cargo.toml')
-rw-r--r--codec2-sys/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/codec2-sys/Cargo.toml b/codec2-sys/Cargo.toml
new file mode 100644
index 0000000..7950644
--- /dev/null
+++ b/codec2-sys/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "codec2-sys"
+description = "System bindings for codec2"
+version = "1.0.0"
+edition = "2021"
+repository = "https://github.com/yuvadm/codec2.rs"
+license = "LGPL-2.1"
+readme = "README.md"
+
+[build-dependencies]
+bindgen = "0.60.1"