summaryrefslogtreecommitdiffstats
path: root/cloudmqtt-bin/Cargo.toml
blob: 6c7665648bf5e5e987d94400f0f8dbbaec63edec (plain)
1
2
3
4
5
6
7
8
9
10
11
[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.36.0", features = ["full"] }