aboutsummaryrefslogtreecommitdiff
path: root/crates/project_model/Cargo.toml
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-12-10 18:29:11 +0000
committerJonas Schievink <[email protected]>2020-12-10 18:29:11 +0000
commit4d4b91117a02b55e913216459ae661d8dd166579 (patch)
tree30e840e17725f3cb6f2d5c223ba6b05acffabbf4 /crates/project_model/Cargo.toml
parent41d73d131266c864495ce592749b74f580b17b23 (diff)
Use itertools
Diffstat (limited to 'crates/project_model/Cargo.toml')
-rw-r--r--crates/project_model/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml
index e0c591603..c55e85709 100644
--- a/crates/project_model/Cargo.toml
+++ b/crates/project_model/Cargo.toml
@@ -16,6 +16,7 @@ cargo_metadata = "=0.12.0"
16serde = { version = "1.0.106", features = ["derive"] } 16serde = { version = "1.0.106", features = ["derive"] }
17serde_json = "1.0.48" 17serde_json = "1.0.48"
18anyhow = "1.0.26" 18anyhow = "1.0.26"
19itertools = "0.9.0"
19 20
20arena = { path = "../arena", version = "0.0.0" } 21arena = { path = "../arena", version = "0.0.0" }
21cfg = { path = "../cfg", version = "0.0.0" } 22cfg = { path = "../cfg", version = "0.0.0" }