diff options
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r-- | crates/libeditor/Cargo.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml deleted file mode 100644 index b04da1abe..000000000 --- a/crates/libeditor/Cargo.toml +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | [package] | ||
2 | name = "libeditor" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Aleksey Kladov <[email protected]>"] | ||
5 | publish = false | ||
6 | |||
7 | [dependencies] | ||
8 | itertools = "0.7.8" | ||
9 | superslice = "0.1.0" | ||
10 | join_to_string = "0.1.1" | ||
11 | |||
12 | libsyntax2 = { path = "../libsyntax2" } | ||
13 | |||
14 | [dev-dependencies] | ||
15 | test_utils = { path = "../test_utils" } | ||