mirror of
https://codeberg.org/icewind/lightflash.git
synced 2026-06-03 18:14:06 +02:00
initial version
This commit is contained in:
commit
4254707d82
13 changed files with 1829 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue