[package] name = "lockscreenwallpaper" version = "0.1.0" description = "Unbegrenzter Sperrbildschirm-Wechsel für Android" authors = ["LockScreenWallpaper"] license = "GPL-3.0-only" edition = "2021" [lib] name = "lockscreenwallpaper_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = [] } serde = { version = "1", features = ["derive"] } serde_json = "1" tauri-plugin-wallpaper = { path = "../plugins" } [features] default = ["custom-protocol"] custom-protocol = ["tauri/custom-protocol"]