musicutil/modules/taglib/Cargo.toml

14 lines
266 B
TOML
Raw Normal View History

[package]
name = "taglib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0"
[build-dependencies]
cc = "1.0"
pkg-config = "0.3.26"
bindgen = "0.63.0"