From 59ec2526c10095e629d5e5aa6c641243f4101afd Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 17 Jul 2022 16:37:28 +0300 Subject: Add README and metadata --- Cargo.toml | 4 ++++ README.md | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 README.md 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" diff --git a/README.md b/README.md new file mode 100644 index 0000000..f059b02 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# codec2-sys + +Rust system bindings for the [codec2](https://github.com/drowe67/codec2) library. + +Automagically generated via [bindgen](https://github.com/rust-lang/rust-bindgen). + +## License + +[LGPL-2.1](LICENSE) \ No newline at end of file -- cgit v1.3.1