From 460682fb5922c24af5f2ef940bd538cc98680e43 Mon Sep 17 00:00:00 2001 From: hachmeister Date: Thu, 27 Apr 2023 20:27:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9ECargo.toml=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e7e0d0e --- /dev/null +++ b/Cargo.toml @@ -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"