first runnable

This commit is contained in:
Julian Freeman
2026-02-28 23:57:13 -04:00
commit ae2e1d9d4e
4 changed files with 6581 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "my-clock"
version = "0.1.0"
edition = "2021"
[dependencies]
slint = "1.15.1"
chrono = "0.4"
[build-dependencies]
slint-build = "1.15.1"