mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-01-23 03:34:16 +01:00
add Cargo.lock to VCS
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,7 +1,6 @@
|
||||
/target
|
||||
/auth/
|
||||
/temp/
|
||||
/Cargo.lock
|
||||
/downloader/logs/
|
||||
/build
|
||||
/tests/test_data/tmp/
|
||||
|
||||
2563
Cargo.lock
generated
Normal file
2563
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"]}
|
||||
|
||||
Reference in New Issue
Block a user