lissen/src-tauri/Cargo.toml

26 lines
706 B
TOML

[package]
authors = ["you"]
description = "A Tauri App"
edition = "2021"
license = ""
name = "lissen"
repository = ""
version = "0.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = {version = "1.4", features = [] }
[dependencies]
id3 = "1.8.0"
reqwest = {version = "0.11.20", features = ["json"] }
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = {version = "1.4", features = ["dialog-open", "shell-open"] }
walkdir = "2.4.0"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]