aliveline/Cargo.toml
2ndbeam ba7bc67b6c feat: Reworked configuration
- Added colors.aliases table
- Colors can also be defined with aliases
- Event color is calculated with priorities
- Added paths table
- Renamed log_path as paths.logs
- Renamed colors.background_text as colors.text
- Added colors.fallback field
- Default values are now taken from source config.toml on compilation
2026-04-10 18:54:19 +03:00

20 lines
259 B
TOML

[package]
name = "aliveline"
version = "0.3.0"
edition = "2021"
[dependencies]
chrono = "0.4.42"
serde = "1.0.219"
slint = "1.15.1"
toml = "1.1.2"
[build-dependencies]
slint-build = "1.15.1"
[profile.release]
opt-level = 3
[features]
light = []
dark = []