musicutil/modules/taglib/Cargo.toml

15 lines
260 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]
2023-08-31 22:08:21 +01:00
cc = "1"
pkg-config = "0.3"
2023-10-18 13:34:39 +01:00
bindgen = "0.68"