summaryrefslogtreecommitdiffstats
path: root/crates/common/batcher/Cargo.toml
blob: 94fced44b45b01f1a34ef0d87ee2110cdfc5cad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "batcher"
version = "0.7.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"

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

[dependencies]
time = "0.3"
tokio = { version = "1.12", features = ["sync", "time"] }

[dev-dependencies]
tokio = { version = "1.12", features = ["rt", "macros"] }