Some checks failed
Build Docker Image (Podman) / build (push) Failing after 14m29s
24 lines
464 B
TOML
24 lines
464 B
TOML
[package]
|
|
name = "paramod"
|
|
version = "__VERSION__"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde_yaml = "0.9"
|
|
actix-web = "4.4.0"
|
|
actix-files = "0.6.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tera = "1.19"
|
|
|
|
# Für TOML/INI-Konfiguration
|
|
config = "0.14"
|
|
toml = "0.8"
|
|
serde_derive = "1.0"
|
|
tokio-modbus = "0.7"
|
|
|
|
rumqttc = "0.23"
|
|
influxdb = "0.7"
|
|
chrono = { version = "0.4", features = ["serde"] }
|