|
|
|
@ -14,8 +14,7 @@ keywords = ["mqtt", "rhasspy", "hermes", "voice assistant"]
|
|
|
|
|
[dependencies] |
|
|
|
|
dotenv = "0.15.0" |
|
|
|
|
reqwest = { version = "0.11", features = ["json"] } |
|
|
|
|
# Use the GIt version until the crate is fully stabilized on Tokio 1.0 |
|
|
|
|
rumqttc = { git = "https://github.com/bytebeamio/rumqtt", version = "0.5" } |
|
|
|
|
rumqttc = version = "0.5" |
|
|
|
|
serde = { version = "1.0", features = ["derive"] } |
|
|
|
|
serde_json = "1.0" |
|
|
|
|
tokio = { version = "1.0", features = ["full"] } |
|
|
|
|