initial version

This commit is contained in:
Robin Appelman 2025-10-21 23:20:19 +02:00
commit 4254707d82
13 changed files with 1829 additions and 0 deletions

18
Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "lightflash"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.17"
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }
secretfile = "0.1.1"
toml = "0.9.8"
clap = { version = "4.5.50", features = ["derive"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
main_error = "0.1.2"
rumqttc = "0.25.0"
hostname = "0.4.1"