rust/crates/ra_fmt/Cargo.toml

15 lines
214 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_fmt"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
2019-11-17 18:35:05 +03:00
[lib]
doctest = false
[dependencies]
2020-03-23 16:22:46 -07:00
itertools = "0.9.0"
ra_syntax = { path = "../ra_syntax" }