mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Reorder the Meilisearch features for more readability
This commit is contained in:
parent
86c1e83ea1
commit
55c9514c6b
@ -86,6 +86,8 @@ serde_url_params = "0.2.1"
|
|||||||
urlencoding = "2.1.0"
|
urlencoding = "2.1.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
default = ["analytics", "mini-dashboard"]
|
||||||
|
analytics = ["segment"]
|
||||||
mini-dashboard = [
|
mini-dashboard = [
|
||||||
"actix-web-static-files",
|
"actix-web-static-files",
|
||||||
"static-files",
|
"static-files",
|
||||||
@ -97,8 +99,6 @@ mini-dashboard = [
|
|||||||
"tempfile",
|
"tempfile",
|
||||||
"zip",
|
"zip",
|
||||||
]
|
]
|
||||||
analytics = ["segment"]
|
|
||||||
default = ["analytics", "mini-dashboard"]
|
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
tikv-jemallocator = "0.4.1"
|
tikv-jemallocator = "0.4.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user