aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_proc_macro/Cargo.toml')
-rw-r--r--crates/ra_proc_macro/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_proc_macro/Cargo.toml b/crates/ra_proc_macro/Cargo.toml
index c4b6e9e7b..d2d1bc228 100644
--- a/crates/ra_proc_macro/Cargo.toml
+++ b/crates/ra_proc_macro/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
10doctest = false 10doctest = false
11 11
12[dependencies] 12[dependencies]
13ra_tt = { path = "../ra_tt" } 13tt = { path = "../tt" }
14serde = { version = "1.0", features = ["derive"] } 14serde = { version = "1.0", features = ["derive"] }
15serde_json = "1.0" 15serde_json = "1.0"
16log = "0.4.8" 16log = "0.4.8"