Files
my-clock/Cargo.toml
Julian Freeman df5752d013 little fix
2026-03-01 20:43:46 -04:00

13 lines
179 B
TOML

[package]
name = "my-clock"
version = "0.1.2"
edition = "2021"
[dependencies]
slint = "1.15.1"
chrono = "0.4"
[build-dependencies]
slint-build = "1.15.1"
embed-resource = "1.8"