aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_parser/Cargo.toml')
-rw-r--r--crates/ra_parser/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/crates/ra_parser/Cargo.toml b/crates/ra_parser/Cargo.toml
deleted file mode 100644
index 72ec3e4d9..000000000
--- a/crates/ra_parser/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_parser"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6publish = false
7license = "MIT OR Apache-2.0"
8
9[lib]
10doctest = false
11
12[dependencies]
13drop_bomb = "0.1.4"