diff options
Diffstat (limited to 'rust-book/hello_world/hello_cargo/Cargo.lock')
-rwxr-xr-x | rust-book/hello_world/hello_cargo/Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust-book/hello_world/hello_cargo/Cargo.lock b/rust-book/hello_world/hello_cargo/Cargo.lock new file mode 100755 index 0000000..bd8a836 --- /dev/null +++ b/rust-book/hello_world/hello_cargo/Cargo.lock @@ -0,0 +1,4 @@ +[[package]] +name = "hello_cargo" +version = "0.1.0" + |