chore: add and update many useful dependencies
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -9,8 +9,18 @@ name = "smart_home_in_rust_with_home_assistant"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.19.0"
|
||||
pyo3-asyncio = { version = "0.19.0", features = ["tokio-runtime"] }
|
||||
chrono = "0.4.40"
|
||||
chrono-tz = "0.10.1"
|
||||
derive_more = { version = "2.0.1", features = ["display", "from", "into", "try_from", "try_into"] }
|
||||
ijson = "0.1.4"
|
||||
itertools = "0.14.0"
|
||||
pyo3 = { version = "0.23.0", features = ["chrono"] }
|
||||
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime"] }
|
||||
serde_json = "1.0.140"
|
||||
snafu = "0.8.5"
|
||||
strum = { version = "0.27.1", features = ["derive"] }
|
||||
tokio = { version = "1.32.0", features = ["rt", "rt-multi-thread", "time"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-appender = "0.2.3"
|
||||
tracing-subscriber = "0.3.17"
|
||||
ulid = "1.2.0"
|
||||
|
Reference in New Issue
Block a user