Improve compilation speed

This commit is contained in:
Aleksey Kladov 2021-03-09 14:54:50 +03:00
parent ffba4c0dce
commit 867fdf8f03

View file

@ -25,10 +25,10 @@ serde = { version = "1.0.106", features = ["derive"] }
stdx = { path = "../stdx", version = "0.0.0" } stdx = { path = "../stdx", version = "0.0.0" }
text_edit = { path = "../text_edit", version = "0.0.0" } text_edit = { path = "../text_edit", version = "0.0.0" }
parser = { path = "../parser", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" }
test_utils = { path = "../test_utils", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" }
[dev-dependencies] [dev-dependencies]
test_utils = { path = "../test_utils" }
walkdir = "2.3.1" walkdir = "2.3.1"
rayon = "1" rayon = "1"
expect-test = "1.1" expect-test = "1.1"