Files
LockScreenWallpaper/src-tauri/Cargo.toml
T
Christoph Brandau 734c757c67 refactor(branding): rename project to LockScreenWallpaper across repo
Standardize branding by renaming Wechselbild to LockScreenWallpaper.
This updates UI strings, configs, and plugin metadata for consistency.

- Rename branding across UI, docs, and config in the repo
- Update Android UI strings and notification titles to LockScreenWallpaper
2026-08-20 18:00:48 +02:00

24 lines
586 B
TOML

[package]
name = "lockscreenwallpaper"
version = "0.1.0"
description = "Unbegrenzter Sperrbildschirm-Wechsel für Android"
authors = ["LockScreenWallpaper"]
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"]