Skip to content

Commit

Permalink
set up the macros feature for async dispatcher, for tests
Browse files Browse the repository at this point in the history
Co-Authored-By: Max <[email protected]>
  • Loading branch information
rgbkrk and maxbrunsfeld committed May 31, 2024
1 parent 47c5960 commit 1e6e84e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@ num-traits = "0.2"
dashmap = "5"
crossbeam-queue = "0.3"
uuid = { version = "1", features = ["v4"] }
regex = { version = "1", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1", default-features = false, features = [
"std",
"unicode-perl",
] }
once_cell = "1"
log = "0.4"
asynchronous-codec = "0.7"
async-std = { version = "1", features = ["attributes"], optional = true }

[dev-dependencies]
async-dispatcher = { version = "0.1", features = ["macros"] }
chrono = "0.4"
criterion = "0.5"
pretty_env_logger = "0.5"
Expand Down

0 comments on commit 1e6e84e

Please sign in to comment.