7417ab5aed
Implements a few formatting options using an approach where we modify the source using a rope. Uses very ad-hoc rules for formatting.
18 lines
379 B
TOML
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"
|