Files
LockScreenWallpaper/plugins/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

18 lines
411 B
TOML

[package]
name = "tauri-plugin-wallpaper"
version = "0.1.0"
authors = [ "LockScreenWallpaper" ]
description = ""
edition = "2021"
rust-version = "1.77.2"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
links = "tauri-plugin-wallpaper"
[dependencies]
tauri = { version = "2.11.3" }
serde = "1.0"
thiserror = "2"
[build-dependencies]
tauri-plugin = { version = "2.6.3", features = ["build"] }