mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-22 20:56:27 +00:00
chore: Move raptor-bin into it's own crate
This commit is contained in:
committed by
Clément Renault
parent
70b079d79d
commit
9c6663ee36
10
raptor-bin/Cargo.toml
Normal file
10
raptor-bin/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "raptor-bin"
|
||||
version = "0.1.0"
|
||||
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
raptor = { path = ".." }
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
Reference in New Issue
Block a user