„Cargo.toml“ hinzufügen

This commit is contained in:
2023-04-27 20:27:18 +02:00
parent c8c05a4d7c
commit 460682fb59

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "smartstate"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.3.1"
rumqttc = "0.20.0"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
tokio = "1.28.0"