Initial commit

This commit is contained in:
Alexey 2025-09-03 20:43:19 +03:00
commit 8cec608e21
8 changed files with 137 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "aliveline"
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.12.1"
[build-dependencies]
slint-build = "1.12.1"