Make it so binary can be used with `cargo xtask`

This commit is contained in:
Louis Dureuil 2024-01-09 13:25:06 +01:00
parent 4aa4a15dc9
commit 66ae81a909
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[alias]
xtask = "run --package xtask --"

View File

@ -75,6 +75,12 @@ If you get a "Too many open files" error you might want to increase the open fil
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 Branches