mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
create workspace with meilisearch-error
This commit is contained in:
parent
79708aeb67
commit
a9a9ed6318
96 changed files with 12737 additions and 265 deletions
10
meilisearch-http/build.rs
Normal file
10
meilisearch-http/build.rs
Normal file
|
@ -0,0 +1,10 @@
|
|||
use vergen::{generate_cargo_keys, ConstantsFlags};
|
||||
|
||||
fn main() {
|
||||
// Setup the flags, toggling off the 'SEMVER_FROM_CARGO_PKG' flag
|
||||
let mut flags = ConstantsFlags::all();
|
||||
flags.toggle(ConstantsFlags::SEMVER_FROM_CARGO_PKG);
|
||||
|
||||
// Generate the 'cargo:' key output
|
||||
generate_cargo_keys(ConstantsFlags::all()).expect("Unable to generate the cargo keys!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue