diff options
author | Aleksey Kladov <[email protected]> | 2018-08-17 14:04:34 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-17 14:04:34 +0100 |
commit | 41570f60bf268c97223a864b8aa11a339929f55a (patch) | |
tree | 1eabe16612f975a0e6bfeede79dcfea98d2b3aa4 /crates/libeditor/Cargo.toml | |
parent | 081c16c77642a5c86ed72c5fbd11deccc2edd5d5 (diff) |
extend module resolve to mod.rs
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r-- | crates/libeditor/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml index 502f532a7..7b39870cd 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml | |||
@@ -10,4 +10,6 @@ superslice = "0.1.0" | |||
10 | 10 | ||
11 | libsyntax2 = { path = "../libsyntax2" } | 11 | libsyntax2 = { path = "../libsyntax2" } |
12 | smol_str = "0.1.0" | 12 | smol_str = "0.1.0" |
13 | |||
14 | [dev-dependencies] | ||
13 | assert_eq_text = { path = "../assert_eq_text" } | 15 | assert_eq_text = { path = "../assert_eq_text" } |