18 lines
415 B
TOML
18 lines
415 B
TOML
[package]
|
|
name = "cargo-fmt"
|
|
version = "0.4.0"
|
|
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
|
|
description = "Cargo frontend for rustfmt"
|
|
repository = "https://github.com/rust-lang-nursery/rustfmt"
|
|
readme = "README.md"
|
|
license = "Apache-2.0/MIT"
|
|
categories = ["development-tools"]
|
|
|
|
[[bin]]
|
|
name = "cargo-fmt"
|
|
|
|
[dependencies]
|
|
cargo_metadata = "0.4"
|
|
getopts = "0.2"
|
|
serde_json = "1.0"
|