Skip to content

Commit

Permalink
Tests enhancement (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-siddiqui authored Oct 24, 2024
1 parent 9b9e30a commit 98dfad8
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bloomfilter = { version="1", optional=true }
[dependencies.tokio]
version="1"
default-features=false
features=["io-util", "sync", "macros", "tracing"]
features=["io-util", "sync", "macros", "tracing", "time"]

[dev-dependencies]
clap = { version="4", features=["derive"] }
Expand All @@ -39,6 +39,7 @@ tempfile = "3"
tracing-tracy = "0.11"
tokio = { version="1", default-features=false, features=["rt-multi-thread"] }
tracing-subscriber = { version="0.3", default-features=false }
rand = "0.8.5"

[lib]
path = "src/lib.rs"
Expand Down
Loading

0 comments on commit 98dfad8

Please sign in to comment.