aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b56366e2379cfd258a233b0ff6ff61fe48092b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-FileCopyrightText: 2025 Tomasz Kramkowski <tomasz@kramkow.ski>
# SPDX-License-Identifier: CC0-1.0

[package]
name = "mqttr"
version = "0.2.0"
edition = "2021"

[dependencies]
anyhow = "1.0.98"
rumqttc = "0.24.0"
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.45.1", features = ["rt", "macros", "process", "time"] }
toml = { version = "0.8.22", default-features = false, features = ["parse"] }