aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
blob: 9cdf2b3228a7213c986f4f17e93c65f8ed8f8680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
edition = "2018"
name = "ra_project_model"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
log = "0.4.5"
rustc-hash = "1.0"

# TODO get rid of these?
failure = "0.1.4"
failure_derive = "0.1.4"

walkdir = "2.2.7"

cargo_metadata = "0.7.0"

ra_arena = { path = "../ra_arena" }
ra_db = { path = "../ra_db" }

[dev-dependencies]
test_utils = { path = "../test_utils" }