try to fix pass_cancel_left_right_add_sub

This commit is contained in:
nora 2022-04-16 11:41:47 +02:00
parent 290201ab98
commit d7fea43acf
7 changed files with 368 additions and 8 deletions

View file

@ -9,6 +9,8 @@ edition = "2021"
bumpalo = { version = "3.9.1", features = ["allocator_api"] }
clap = { version = "3.1.9", features = ["derive"] }
owo-colors = "3.3.0"
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
[dev-dependencies]
criterion = "0.3.5"