]> git.lizzy.rs Git - rust.git/blob - rustfmt-config/Cargo.toml
c7e5c9d83158fd1cd0782548e8f06d425a28cfd2
[rust.git] / rustfmt-config / Cargo.toml
1 [package]
2 name = "rustfmt-config"
3 version = "0.4.0"
4 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
5 description = "A library for configuring and customizing rustfmt"
6 repository = "https://github.com/rust-lang-nursery/rustfmt"
7 readme = "README.md"
8 license = "Apache-2.0/MIT"
9 categories = ["development-tools"]
10
11 [dependencies]
12 rustc-ap-syntax = "29.0.0"
13 serde = "1.0"
14 serde_derive = "1.0"
15 serde_json = "1.0"
16 toml = "0.4"