summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b985e66..1e321a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,9 @@ ctrlc = "3.4.7"
bundled = ["rusqlite/bundled", "flac-bound/libflac-noogg"]
linked = ["flac-bound/libflac-nobuild"]
+[dev-dependencies]
+flac-bound = { version = "0.5.0", default-features = false, features = ["libflac-nobuild"] }
+
[target.'cfg(windows)'.dependencies]
rusqlite = { version = "0.36.0", default-features = false, features = [
"bundled-windows",