Skip to content

Commit 71c99fa

Browse files
committed
Merge branch 'feat/logging' into fix/remove-sleep
2 parents 7c71dd1 + 117bcdf commit 71c99fa

File tree

11 files changed

+521
-171
lines changed

11 files changed

+521
-171
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ hyper = { version = "0.14", features = ["full"] }
2323
tower = "0.4.13"
2424
http-body = "0.4.5"
2525
hiro-system-kit = {version = "0.1.0", features = ["log"]}
26+
strum_macros = "0.24.3"
27+
strum = "0.24.1"
2628

2729
[dev-dependencies]
2830
tower-test = "0.4.0"

0 commit comments

Comments
 (0)