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.toml | |
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.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..50ef28d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "pdf-urls" +version = "0.0.1" +edition = "2018" + +[dependencies] |