rust/crates/ra_fmt/Cargo.toml

16 lines
244 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_fmt"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
2020-07-14 10:57:26 +09:00
license = "MIT OR Apache-2.0"
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" }