diff --git a/Cargo.toml b/Cargo.toml index 628c6bcbb..b85ee4e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,15 @@ members = [ "filter-parser", "flatten-serde-json", "json-depth-checker", - "benchmarks" + "benchmarks", ] [workspace.package] -version = "1.1.0" -authors = ["Quentin de Quelen ", "Clément Renault "] +version = "1.0.0" +authors = [ + "Quentin de Quelen ", + "Clément Renault ", +] description = "Meilisearch HTTP server" homepage = "https://meilisearch.com" readme = "README.md" @@ -27,6 +30,7 @@ license = "MIT" [profile.release] # codegen-units = 1 +debug = true [profile.dev.package.flate2] opt-level = 3