mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Make it so binary can be used with cargo xtask
This commit is contained in:
parent
4aa4a15dc9
commit
66ae81a909
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[alias]
|
||||||
|
xtask = "run --package xtask --"
|
@ -75,6 +75,12 @@ If you get a "Too many open files" error you might want to increase the open fil
|
|||||||
ulimit -Sn 3000
|
ulimit -Sn 3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Build tools
|
||||||
|
|
||||||
|
Meilisearch follows the [cargo xtask](https://github.com/matklad/cargo-xtask) workflow to provide some build tools.
|
||||||
|
|
||||||
|
Run `cargo xtask --help` from the root of the repository to find out what is available.
|
||||||
|
|
||||||
## Git Guidelines
|
## Git Guidelines
|
||||||
|
|
||||||
### Git Branches
|
### Git Branches
|
||||||
|
Loading…
Reference in New Issue
Block a user