Auto merge of #13964 - Veykril:workspace.package, r=Veykril

Specify authors, edition, license and rust-versian via workspace.package
This commit is contained in:
bors 2023-01-17 10:13:24 +00:00
commit 62907858d5
37 changed files with 181 additions and 106 deletions

View file

@ -2,9 +2,11 @@
name = "base-db"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
doctest = false