mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-07 13:16:31 +00:00
Use the log crate instead of stderr
This commit is contained in:
@ -27,6 +27,10 @@ smallvec = "1.4.0"
|
||||
structopt = { version = "0.3.14", default-features = false }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
# logging
|
||||
log = "0.4.8"
|
||||
stderrlog = "0.4.3"
|
||||
|
||||
# best proximity
|
||||
indexmap = "1.4.0"
|
||||
|
||||
|
Reference in New Issue
Block a user