aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_fmt/Cargo.toml
blob: d42ca62be270a66cd4ab26ee066ed2c81be3775b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
edition = "2018"
name = "ra_fmt"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
license = "MIT OR Apache-2.0"

[lib]
doctest = false

[dependencies]
itertools = "0.9.0"

syntax = { path = "../syntax" }