summaryrefslogtreecommitdiffstats
path: root/cloudmqtt-bin/Cargo.toml
blob: 97ec8a4963a557383834fc729f96bdd32ff55d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cloudmqtt-bin"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
cloudmqtt = { version = "0.5.0", path = ".." }
tokio = { version = "1.37.0", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }