aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-12 15:46:20 +0100
committerAleksey Kladov <[email protected]>2020-08-12 15:46:54 +0100
commit550d7fbe3cbf2af4a47fca6c9bbefaf798cd7b7b (patch)
tree1bf923c652e0bdb325240e27bb07e3c552a1aa07 /crates/ra_proc_macro/Cargo.toml
parent208b7bd7ba687fb570feb1b89219f14c63712ce8 (diff)
Rename ra_tt -> tt
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"