From 19fa7a6b5b9a5cdee888a09b29306e3667772a84 Mon Sep 17 00:00:00 2001 From: evenyag Date: Tue, 19 Apr 2022 17:44:43 +0800 Subject: [PATCH] chore: Add Cargo.lock to git --- .gitignore | 1 - Cargo.lock | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Cargo.lock diff --git a/.gitignore b/.gitignore index 088ba6ba7d..9aa15774b4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000000..f9f7df81c9 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "GrepTimeDB" +version = "0.1.0"