File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed
Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 11extern crate taglib;
22
3- use std:: fs:: File ;
4- use std:: io:: { self , Read } ;
5- use std:: path:: Path ;
6-
73// pub async fn extract_audio_files<F>(
84// dir: &str,
95// mut callback: F,
Original file line number Diff line number Diff line change 88 },
99 "package" : {
1010 "productName" : " pulp" ,
11- "version" : " 1.2.0 "
11+ "version" : " 1.1.1 "
1212 },
1313 "tauri" : {
1414 "allowlist" : {
2424 "all" : true ,
2525 "fs" : {
2626 "all" : true ,
27- "scope" : [
28- " **"
29- ]
27+ "scope" : [" **" ]
3028 },
3129 "protocol" : {
3230 "all" : true ,
3331 "asset" : true ,
34- "assetScope" : [
35- " **"
36- ]
32+ "assetScope" : [" **" ]
3733 },
3834 "dialog" : {
3935 "all" : true ,
5652 "deb" : {
5753 "depends" : []
5854 },
59- "externalBin" : [
60- " binaries/streaming_extractor_music"
61- ],
55+ "externalBin" : [" binaries/streaming_extractor_music" ],
6256 "icon" : [
6357 " icons/32x32.png" ,
6458 " icons/128x128.png" ,
7569 "providerShortName" : null ,
7670 "signingIdentity" : null
7771 },
78- "resources" : [
79- " resources/*"
80- ],
72+ "resources" : [" resources/*" ],
8173 "shortDescription" : " " ,
8274 "targets" : " all" ,
8375 "windows" : {
You can’t perform that action at this time.
0 commit comments