summaryrefslogtreecommitdiffstats
path: root/crates/tests/sawtooth_publisher/Cargo.toml
blob: 4a0a3aa3fe6441304c52c4dba18e810537681536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sawtooth_publisher"
version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"

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

[dependencies]
async-log = "2.0"
env_logger = "0.9"
futures = "0.3"
futures-timer = "3.0"
log = "0.4"
mqtt_channel = { path = "../../common/mqtt_channel" }
tokio = { version = "1.12", features = ["sync", "macros"] }