Initial Commit

This commit is contained in:
2026-03-09 20:44:40 +01:00
commit d36e40db85
9 changed files with 6631 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "telemetrix"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
slint = "1.14.1"
[build-dependencies]
slint-build = "1.14.1"