refactor: split into more logical files
This commit is contained in:
parent
19eb943865
commit
9dc681086d
11 changed files with 728 additions and 276 deletions
|
|
@ -12,6 +12,12 @@ image = "0.25.2"
|
|||
tokio = { version = "1.38", features = ["full"] }
|
||||
tokio-test = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "*"
|
||||
test-case = "*"
|
||||
criterion = "*"
|
||||
rand = "*"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue