Use the workspace inheritance feature of rust 1.64

This commit is contained in:
Tamo
2023-02-15 13:51:07 +01:00
parent 91ce8a5e67
commit 74d1a67a99
15 changed files with 125 additions and 33 deletions

View File

@ -16,6 +16,15 @@ members = [
"benchmarks"
]
[workspace.package]
version = "1.0.0"
authors = ["Quentin de Quelen <quentin@dequelen.me>", "Clément Renault <clement@meilisearch.com>"]
description = "Meilisearch HTTP server"
homepage = "https://meilisearch.com"
readme = "README.md"
edition = "2021"
license = "MIT"
[profile.release]
codegen-units = 1