summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8068b17..73463b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,11 @@
[package]
name = "codec2-sys"
+description = "System bindings for codec2"
version = "0.1.0"
edition = "2021"
+repository = "https://github.com/yuvadm/codec2-sys"
+license = "LGPL-2.1"
+readme = "README.md"
[build-dependencies]
bindgen = "0.60.1"