diff options
author | Teddy Wing | 2019-10-30 22:14:21 +0100 |
---|---|---|
committer | Teddy Wing | 2019-10-30 22:14:21 +0100 |
commit | bb634a8a68c575b0c7b3c93f772331c37594b785 (patch) | |
tree | 4f00056c2bf31b7a5f8d87efbf39d81ee415713b /Cargo.lock | |
download | pdf-urls-bb634a8a68c575b0c7b3c93f772331c37594b785.tar.bz2 |
New Rust 1.38.0 project
$ rustc --version
rustc 1.38.0 (625451e37 2019-09-23)
$ cargo init --bin
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..df70e9c --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,6 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "pdf-urls" +version = "0.0.1" + |