rust/Cargo.toml
Nick Cameron 7417ab5aed Working prototype
Implements a few formatting options using an approach where we modify the source using a rope. Uses very ad-hoc rules for formatting.
2015-03-08 11:46:35 +13:00

18 lines
379 B
TOML

[package]
name = "rustfmt"
version = "0.0.1"
authors = ["Nicholas Cameron <nrc@ncameron.org>"]
description = "tool to find and fix Rust formatting issues"
repository = "https://github.com/nick29581/rustfmt"
readme = "README.md"
license = "Apache-2.0/MIT"
#[dependencies.reprint]
#reprint = "0.0.1"
#path = "/home/ncameron/reprint"
[[bin]]
name = "rustfmt"
path = "src/mod.rs"