aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..4329e61
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,13 @@
+# SPDX-FileCopyrightText: 2025 Tomasz Kramkowski <tomasz@kramkow.ski>
+# SPDX-License-Identifier: CC0-1.0
+
+[package]
+name = "mqttr"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+anyhow = "1.0.98"
+rumqttc = "0.24.0"
+serde = { version = "1.0.219", features = ["derive"] }
+toml = { version = "0.8.22", default-features = false, features = ["parse"] }