create workspace with meilisearch-error

This commit is contained in:
mpostma 2021-02-28 16:41:47 +01:00
parent 79708aeb67
commit a9a9ed6318
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
96 changed files with 12737 additions and 265 deletions

View file

@ -1,10 +0,0 @@
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!");
}