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