Skip to content

Commit 1e6e84e

Browse files
rgbkrkmaxbrunsfeld
andcommitted
set up the macros feature for async dispatcher, for tests
Co-Authored-By: Max <[email protected]>
1 parent 47c5960 commit 1e6e84e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,17 @@ num-traits = "0.2"
3434
dashmap = "5"
3535
crossbeam-queue = "0.3"
3636
uuid = { version = "1", features = ["v4"] }
37-
regex = { version = "1", default-features = false, features = ["std", "unicode-perl"] }
37+
regex = { version = "1", default-features = false, features = [
38+
"std",
39+
"unicode-perl",
40+
] }
3841
once_cell = "1"
3942
log = "0.4"
4043
asynchronous-codec = "0.7"
4144
async-std = { version = "1", features = ["attributes"], optional = true }
4245

4346
[dev-dependencies]
47+
async-dispatcher = { version = "0.1", features = ["macros"] }
4448
chrono = "0.4"
4549
criterion = "0.5"
4650
pretty_env_logger = "0.5"

0 commit comments

Comments
 (0)