mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
move the update file store to another crate with as little dependencies as possible
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -1169,6 +1169,16 @@ dependencies = [
|
||||
"instant",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "file-store"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"nelson",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "filetime"
|
||||
version = "0.2.17"
|
||||
|
Reference in New Issue
Block a user