aliveline/Cargo.toml
2ndbeam b5e9a4115a Several bugfixes
- Fixed event invisibility when offset is after event's half width
- Fixed event being shown outside timeline component
- When timer reaches 24:00:00, new day is automatically started
2025-09-12 13:59:12 +03:00

18 lines
326 B
TOML

[package]
name = "aliveline"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.42"
serde = "1.0.219"
slint = "1.12.1"
toml = "0.9.5"
[build-dependencies]
slint-build = "1.12.1"
[profile.release]
opt-level = "s"