HomeServer/Cargo.toml
RenovateBot 27801d275f
All checks were successful
Home Server Merge / Serial Reader (pull_request) Successful in 33m6s
Update Rust crate actix-web to 4.7.0
2024-06-09 00:04:04 +00:00

22 lines
593 B
TOML

[package]
name = "home_server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusqlite = "0.31.0"
anyhow = { version = "1.0.86", features = ["backtrace"] }
reqwest = "0.11.27"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3.30"
tokio = { version = "1.38.0", features=["macros", "rt-multi-thread"] }
tibber = "0.5.0"
chrono = "0.4.38"
actix-web = "4.7.0"
midea = { git = "https://gavania.de/hodasemi/Midea.git" }
actix-cors = "0.7.0"
dns-lookup = "2.0.4"