mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
14 lines
214 B
TOML
14 lines
214 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_fmt"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
itertools = "0.8.2"
|
|
|
|
ra_syntax = { path = "../ra_syntax" }
|