aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_project_model/Cargo.toml')
-rw-r--r--crates/ra_project_model/Cargo.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml
deleted file mode 100644
index 99adea8e4..000000000
--- a/crates/ra_project_model/Cargo.toml
+++ /dev/null
@@ -1,28 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_project_model"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6license = "MIT OR Apache-2.0"
7
8[lib]
9doctest = false
10
11[dependencies]
12log = "0.4.8"
13rustc-hash = "1.1.0"
14
15cargo_metadata = "0.11.1"
16
17ra_arena = { path = "../ra_arena" }
18ra_cfg = { path = "../ra_cfg" }
19ra_db = { path = "../ra_db" }
20ra_toolchain = { path = "../ra_toolchain" }
21ra_proc_macro = { path = "../ra_proc_macro" }
22paths = { path = "../paths" }
23stdx = { path = "../stdx" }
24
25serde = { version = "1.0.106", features = ["derive"] }
26serde_json = "1.0.48"
27
28anyhow = "1.0.26"