diff options
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r-- | crates/libeditor/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml index 265772204..b04da1abe 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml | |||
@@ -7,6 +7,7 @@ publish = false | |||
7 | [dependencies] | 7 | [dependencies] |
8 | itertools = "0.7.8" | 8 | itertools = "0.7.8" |
9 | superslice = "0.1.0" | 9 | superslice = "0.1.0" |
10 | join_to_string = "0.1.1" | ||
10 | 11 | ||
11 | libsyntax2 = { path = "../libsyntax2" } | 12 | libsyntax2 = { path = "../libsyntax2" } |
12 | 13 | ||