]> git.lizzy.rs Git - rust.git/blob - crates/test_utils/Cargo.toml
Use split1 when formatting function signature params
[rust.git] / crates / test_utils / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "test_utils"
4 version = "0.1.0"
5 authors = ["rust-analyzer developers"]
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 difference = "2.0.0"
12 text-size = "1.0.0"
13 serde_json = "1.0.48"
14 relative-path = "1.0.0"
15 rustc-hash = "1.1.0"
16
17 ra_cfg = { path = "../ra_cfg" }
18 stdx = { path = "../stdx" }