This commit is contained in:
2026-08-08 13:05:55 +02:00
commit 8ff5cce9b2
19 changed files with 11999 additions and 0 deletions

10
trekstor/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "trekstor"
version = "0.1.0"
edition = "2024"
[dependencies]
slint.workspace = true
evdev = "0.13.2"
libc = "0.2.189"