move the update file store to another crate with as little dependencies as possible

This commit is contained in:
Tamo
2022-09-13 15:35:57 +02:00
committed by Clément Renault
parent 98bb742d77
commit 68e74e133f
4 changed files with 191 additions and 0 deletions

10
Cargo.lock generated
View File

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