]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Rename `src/mod.rs` to `src/main.rs` to adhere to the standard crate format
[rust.git] / Cargo.toml
1 [package]
2
3 name = "rustfmt"
4 version = "0.0.1"
5 authors = ["Nicholas Cameron <nrc@ncameron.org>"]
6 description = "Tool to find and fix Rust formatting issues"
7 repository = "https://github.com/nick29581/rustfmt"
8 readme = "README.md"
9 license = "Apache-2.0/MIT"
10
11 [dependencies.strings]
12 strings = "0.0.1"
13 git = "https://github.com/nrc/strings.rs.git"