aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_fmt/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-13 10:56:11 +0100
committerAleksey Kladov <[email protected]>2020-08-13 10:59:42 +0100
commitc81f6230da98fd3e3fa91c0896d65922a1ed4a24 (patch)
treee355901a2d197f2b7cceb35a732a111afed58198 /crates/ra_fmt/Cargo.toml
parent479235ff0b25dbac977d28475b9203e3207b117b (diff)
Remove ra_fmt crate
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" }