]> git.lizzy.rs Git - rust.git/blob - crates/ra_project_model/Cargo.toml
Remove SmolStr from project model
[rust.git] / crates / ra_project_model / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_project_model"
4 version = "0.1.0"
5 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
6
7 [dependencies]
8 log = "0.4.5"
9 rustc-hash = "1.0"
10
11 # TODO get rid of these?
12 failure = "0.1.4"
13 failure_derive = "0.1.4"
14
15 walkdir = "2.2.7"
16
17 cargo_metadata = "0.7.0"
18
19 ra_arena = { path = "../ra_arena" }
20 ra_db = { path = "../ra_db" }
21 ra_vfs = { path = "../ra_vfs" }
22
23 [dev-dependencies]
24 test_utils = { path = "../test_utils" }