rust/crates/ra_fmt/Cargo.toml
2020-07-14 10:57:26 +09:00

15 lines
244 B
TOML

[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"
ra_syntax = { path = "../ra_syntax" }