blob: e9d057afc09339bebc584a32e8783c1ea6dbfd86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
edition = "2018"
name = "ra_fmt"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
[lib]
doctest = false
[dependencies]
itertools = "0.9.0"
ra_syntax = { path = "../ra_syntax" }
|