diff options
author | Aleksey Kladov <[email protected]> | 2018-09-13 20:58:36 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-09-15 22:00:05 +0100 |
commit | 8c737255ff876fc61f8dc8a7d33252476a4b4c8d (patch) | |
tree | 1adc74bb54f59c6d868a337cc440ed227e43a44b /crates/libanalysis/Cargo.toml | |
parent | 60fdfec32759d5e006eae9fe09a87b1a28b19983 (diff) |
use salsa for new module map
Diffstat (limited to 'crates/libanalysis/Cargo.toml')
-rw-r--r-- | crates/libanalysis/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libanalysis/Cargo.toml b/crates/libanalysis/Cargo.toml index 4c92951b1..88f29d7c8 100644 --- a/crates/libanalysis/Cargo.toml +++ b/crates/libanalysis/Cargo.toml | |||
@@ -14,6 +14,7 @@ fst = "0.3.1" | |||
14 | im = "12.0.0" | 14 | im = "12.0.0" |
15 | libsyntax2 = { path = "../libsyntax2" } | 15 | libsyntax2 = { path = "../libsyntax2" } |
16 | libeditor = { path = "../libeditor" } | 16 | libeditor = { path = "../libeditor" } |
17 | salsa = { path = "../salsa" } | ||
17 | 18 | ||
18 | [dev-dependencies] | 19 | [dev-dependencies] |
19 | test_utils = { path = "../test_utils" } | 20 | test_utils = { path = "../test_utils" } |