aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_macros/Cargo.toml')
-rw-r--r--crates/ra_macros/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/ra_macros/Cargo.toml b/crates/ra_macros/Cargo.toml
deleted file mode 100644
index 7d3cb055c..000000000
--- a/crates/ra_macros/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_macros"
4version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"]
6
7[dependencies]
8rustc-hash = "1.0.0"
9smol_str = "0.1.9"