diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-17 16:37:28 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-17 16:37:28 +0300 |
| commit | 59ec2526c10095e629d5e5aa6c641243f4101afd (patch) | |
| tree | 76e915cdd2dc139515f8093571f11cb4bb6e4ed2 /Cargo.toml | |
| parent | 35fb3b218b767f7a52fb7d611985ecc00f25a681 (diff) | |
Add README and metadata
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
