Merge pull request #47 from tbu-/pr_cargolock
Add `Cargo.lock` file, because this application is a program
This commit is contained in:
commit
036b3eecc1
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue