mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Rename the meilisearch-http binary into meilisearch
This commit is contained in:
parent
7cc096e0a2
commit
00d1200704
3 changed files with 10 additions and 6 deletions
|
@ -7,6 +7,10 @@ authors = [
|
|||
]
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "meilisearch"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.2.0"
|
||||
chrono = { version = "0.4.9", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue