mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
feat: Introduce a working key-value based database
This commit is contained in:
@ -15,6 +15,7 @@ sdset = "0.2"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
unidecode = "0.3"
|
||||
uuid = { version = "0.7", features = ["serde", "v4"] }
|
||||
|
||||
[dependencies.fst]
|
||||
git = "https://github.com/Kerollmops/fst.git"
|
||||
|
Reference in New Issue
Block a user