From 7d152dad05872282595bf80e28bd0719be0fd8c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 28 Mar 2021 12:44:29 +0300 Subject: chore: add dependencies to Cargo.toml Also, drop Cargo.lock from .gitignore, as we don't want someone to randomly get different version when they build from source. We'll be updating the lock file for every release. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 96ef6c0..9f25980 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /target -Cargo.lock +*.pdf +*.html +test.log +test.py -- cgit v1.2.1