musicutil/modules/taglib/Cargo.toml
2023-10-18 13:34:39 +01:00

15 lines
260 B
TOML

[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"
pkg-config = "0.3"
bindgen = "0.68"