summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9e4794ff79c547bd2dbdcb779f797897c86f6ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "codec2-sys"
description = "System bindings for codec2"
version = "1.0.0"
edition = "2021"
repository = "https://github.com/yuvadm/codec2-sys"
license = "LGPL-2.1"
readme = "README.md"

[build-dependencies]
bindgen = "0.60.1"