Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I7c9ccac175440d278fd129dbd53f04d66a6a6964
20 lines
377 B
TOML
20 lines
377 B
TOML
[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
|