This commit is contained in:
Akshay Chiwhane 2015-06-05 09:52:44 -04:00
parent 629be845fd
commit 455b93151d

View File

@ -118,7 +118,7 @@ name = "hello_world"
version = "0.0.1"
```
The `Cargo.lock` is used by Cargo to keep track of dependencies in your application.
The `Cargo.lock` file is used by Cargo to keep track of dependencies in your application.
Right now, we dont have any, so its a bit sparse. You won't ever need
to touch this file yourself, just let Cargo handle it.