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.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/ra_proc_macro/Cargo.toml b/crates/ra_proc_macro/Cargo.toml
new file mode 100644
index 000000000..bc2c37296
--- /dev/null
+++ b/crates/ra_proc_macro/Cargo.toml
@@ -0,0 +1,12 @@
1[package]
2edition = "2018"
3name = "ra_proc_macro"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6publish = false
7
8[lib]
9doctest = false
10
11[dependencies]
12ra_tt = { path = "../ra_tt" }