add Cargo.lock to VCS

This commit is contained in:
OMGeeky
2023-04-07 14:04:09 +02:00
parent ae2a6879bc
commit d1548b4136
3 changed files with 2564 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,7 +1,6 @@
/target
/auth/
/temp/
/Cargo.lock
/downloader/logs/
/build
/tests/test_data/tmp/

2563
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -16,6 +16,7 @@ chrono = "0.4.23"
nameof = "1.2.2"
log = "0.4.17"
simplelog = "0.12.1"
log4rs = { version = "1.2.0" , features = ["compound_policy", "default", "size_trigger", "all_components", "gzip"] }
path-clean = "1.0.1"
log-panics = { version = "2", features = ["with-backtrace"]}