Search in parallel

This commit is contained in:
Philip Kristoffersen
2021-10-07 10:18:13 +02:00
parent 188d963112
commit 3286c9b998
4 changed files with 74 additions and 55 deletions
+2 -1
View File
@@ -20,10 +20,11 @@ nom_locate = "^3.0.*"
flate2 = "^1.0.22"
toml = { version = "^0.5.8", optional = true }
futures = { version = "^0.3.17" }
dashmap = { version = "^4.0.2", features = ["serde"] }
[build-dependencies]
fl2rust = { version = "0.4", optional = true }
[features]
# default = ["ui"]
ui = ["fltk", "fl2rust", "toml"]
ui = ["fltk", "fl2rust", "toml"]