examples: add media-stats-ui plugin

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I7c9ccac175440d278fd129dbd53f04d66a6a6964
This commit is contained in:
raf 2026-03-11 17:09:56 +03:00
commit 8ded6fedc8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 466 additions and 0 deletions

View file

@ -0,0 +1,20 @@
[workspace]
[package]
name = "media-stats-ui"
version = "1.0.0"
edition = "2024"
description = "Library statistics dashboard and tag manager, a UI-only Pinakes plugin"
license = "EUPL-1.2"
[lib]
name = "media_stats_ui"
crate-type = ["cdylib"]
[dependencies]
dlmalloc = { version = "0.2.12", features = ["global"] }
[profile.release]
opt-level = "s"
lto = true
strip = true