summaryrefslogtreecommitdiff
path: root/codec2-sys/Cargo.toml
diff options
context:
space:
mode:
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"