Initial commit

This commit is contained in:
2025-09-18 13:17:47 +02:00
commit 8f6b7fbc1f
9 changed files with 1063 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "tulflash"
version = "0.1.0"
edition = "2024"
[dependencies]
argp = "0.4.0"
pbr = "1.1.1"
serial2 = "0.2.32"