Skip to content

Commit 2fe1d24

Browse files
committed
rewrite config & context, support tokio::main & tokio::test
1 parent 7075bff commit 2fe1d24

38 files changed

+3549
-3848
lines changed

Cargo.lock

Lines changed: 71 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ getrandom = "0.3.1"
6060
itertools = { version = "0.14.0" }
6161
hex = "0.4.3"
6262
derive_more = { version = "2.0.0", features = ["display"] }
63+
derive_builder = "0.20.2"
6364

6465
# Async
6566
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }

0 commit comments

Comments
 (0)