summaryrefslogtreecommitdiffstats
path: root/cloudmqtt-bin/Cargo.toml
blob: efc755b97ad414ad652524e943905d77d091fda4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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 = ".." }
futures = "0.3.30"
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }