2022-09-13 15:35:57 +02:00
|
|
|
[package]
|
|
|
|
name = "file-store"
|
2023-02-15 13:51:07 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-09-13 15:35:57 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-01-16 15:05:03 +01:00
|
|
|
tempfile = "3.9.0"
|
|
|
|
thiserror = "1.0.56"
|
2024-02-22 14:56:22 +01:00
|
|
|
tracing = "0.1.40"
|
2024-01-16 15:05:03 +01:00
|
|
|
uuid = { version = "1.6.1", features = ["serde", "v4"] }
|
2022-09-13 15:35:57 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-01-16 15:05:03 +01:00
|
|
|
faux = "0.1.10"
|