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.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/ra_fmt/Cargo.toml b/crates/ra_fmt/Cargo.toml
new file mode 100644
index 000000000..1cf1b520f
--- /dev/null
+++ b/crates/ra_fmt/Cargo.toml
@@ -0,0 +1,11 @@
1[package]
2edition = "2018"
3name = "ra_fmt"
4version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"]
6publish = false
7
8[dependencies]
9itertools = "0.8.0"
10
11ra_syntax = { path = "../ra_syntax" }