HomeServer/Cargo.toml
RenovateBot 95af3265c9
Some checks failed
Home Server Merge / Serial Reader (pull_request) Failing after 13m39s
Update Rust crate tokio to 1.35.0
2023-12-09 02:01:57 +01: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.30.0"
anyhow = { version = "1.0.75", features = ["backtrace"] }
reqwest = "0.11.22"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3.29"
tokio = { version = "1.35.0", features=["macros", "rt-multi-thread"] }
tibber = "0.5.0"
chrono = "0.4.31"
actix-web = "4.4.0"
midea = { git = "https://gavania.de/hodasemi/Midea.git" }
actix-cors = "0.6.5"
dns-lookup = "2.0.4"