mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Add Cargo.lock
file, because this application is a program
Do this so you can reliably build `rustfmt` in the future, even if one of the dependencies (in this case, only `strings.rs`) makes backward-incompatible changes. See also http://doc.crates.io/guide.html#cargo.toml-vs-cargo.lock.
This commit is contained in:
parent
35b0081543
commit
7d70c9b02d
12
Cargo.lock
generated
Normal file
12
Cargo.lock
generated
Normal 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"
|
||||
|
Loading…
Reference in New Issue
Block a user