aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-07 15:53:32 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-07 15:53:32 +0100
commit8fe78ad9f932513f27b6f97a705cdfc1ef6a16b9 (patch)
tree0dd52befef9d830590783b639fc819faf7af4615 /Cargo.toml
downloadmqttt-8fe78ad9f932513f27b6f97a705cdfc1ef6a16b9.tar.gz
mqttt-8fe78ad9f932513f27b6f97a705cdfc1ef6a16b9.tar.xz
mqttt-8fe78ad9f932513f27b6f97a705cdfc1ef6a16b9.zip
init commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..de0c66e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "mqttt"
+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"] }