chore: Add Cargo.lock to git

This commit is contained in:
evenyag
2022-04-19 17:44:43 +08:00
parent 14b0f543be
commit 19fa7a6b5b
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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

7
Cargo.lock generated Normal file
View File

@@ -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"