mirror of
https://codeberg.org/icewind/lightflash.git
synced 2026-06-03 10:04:07 +02:00
19 lines
475 B
TOML
19 lines
475 B
TOML
[package]
|
|
name = "lightflash"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.91.1"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
thiserror = "2.0.18"
|
|
serde_json = "1.0.149"
|
|
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
|
|
secretfile = "0.1.1"
|
|
toml = "0.9.12"
|
|
clap = { version = "4.5.57", features = ["derive"] }
|
|
tracing = "0.1.44"
|
|
tracing-subscriber = "0.3.22"
|
|
main_error = "0.1.2"
|
|
rumqttc = "0.25.1"
|
|
hostname = "0.4.2"
|