Merge pull request #47 from tbu-/pr_cargolock

Add `Cargo.lock` file, because this application is a program
This commit is contained in:
Nick Cameron 2015-04-30 21:10:03 +12:00
commit 036b3eecc1

12
Cargo.lock generated Normal file
View File

@ -0,0 +1,12 @@
[root]
name = "rustfmt"
version = "0.0.1"
dependencies = [
"strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
]
[[package]]
name = "strings"
version = "0.0.1"
source = "git+https://github.com/nrc/strings.rs.git#551331d01911b7e8da056a4a019eb367cfaf03bd"