Introduce tasks limit and after to the tasks route

This commit is contained in:
Kerollmops
2022-06-01 12:04:01 +02:00
parent 461b91fd13
commit c11d21879a
7 changed files with 95 additions and 167 deletions

View File

@ -41,6 +41,7 @@ rand = "0.8.5"
rayon = "1.5.1"
regex = "1.5.5"
reqwest = { version = "0.11.9", features = ["json", "rustls-tls"], default-features = false, optional = true }
roaring = "0.9.0"
rustls = "0.20.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", features = ["preserve_order"] }