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 09:35:05 -06:00
[lib]
doctest = false
[dependencies]
2020-02-18 07:57:41 -06:00
itertools = "0.8.2"
ra_syntax = { path = "../ra_syntax" }