summaryrefslogtreecommitdiffstats
path: root/tedge-mapper/Cargo.toml
blob: 76b52e2f9e320d80d2cd1487249d3742a9ba22fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tedge-mapper"
version = "0.1.0"
edition = "2018"

[dependencies]
c8y_json_translator = {version = "0.1.0", path = "../translator/c8y_json_translator"}
chrono = "0.4.19"
env_logger = "0.8.2"
log = "0.4.14"
mqtt_client = {version = "0.1.0", path = "../mqtt/mqtt_client"}
tokio = { version = "1.1.0", features = ["full"] }