summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-02 17:46:23 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-02 17:46:23 +0300
commit7443b2547c2d68ccedf6ed7612d753c9ba91fa25 (patch)
tree00ee6cfe483be90f33f6e563e39a40f3af166246 /Cargo.toml
parent28066d49d14516008e2ba1e9cf3dbd01a95aa788 (diff)
fixed dev depv0.2.1
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",