Rename the meilisearch-http binary into meilisearch

This commit is contained in:
Clément Renault 2019-11-26 11:17:30 +01:00
parent 7cc096e0a2
commit 00d1200704
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 10 additions and 6 deletions

View file

@ -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"] }