feat: early stages of a TP-Link Kasa driver for our smart lights
This commit is contained in:
17
driver/kasa/Cargo.toml
Normal file
17
driver/kasa/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "driver-kasa"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
backoff = { workspace = true, features = ["tokio"] }
|
||||
deranged = { workspace = true }
|
||||
mac_address = { version = "1.1.8", features = ["serde"] }
|
||||
protocol = { path = "../../protocol" }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
serde_repr = "0.1.20"
|
||||
serde_with = "3.12.0"
|
||||
snafu = { workspace = true }
|
||||
tokio = { workspace = true, features = ["io-util", "net", "sync", "time"] }
|
||||
tracing = { workspace = true }
|
Reference in New Issue
Block a user