mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-11 06:06:32 +00:00
18 lines
376 B
TOML
18 lines
376 B
TOML
[package]
|
|
name = "file-store"
|
|
publish = false
|
|
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
homepage.workspace = true
|
|
readme.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
tempfile.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
uuid = { workspace = true, features = ["serde", "v4"] }
|