[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