build: workspace packages metadata and license
This commit is contained in:
parent
bbec0fc3bf
commit
dc77c71f68
7 changed files with 255 additions and 4 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -6,3 +6,15 @@ members = [
|
|||
"lib/sandbox"
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
rust-version = "1.8"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = [
|
||||
"Matthieu Bessat <rust-dev@mbess.net>"
|
||||
]
|
||||
keywords = ["orm", "migrations", "repositories", "code-generation"]
|
||||
categories = ["database"]
|
||||
repository = "https://forge.lefuturiste.fr/mbess/sqlxgentools"
|
||||
readme = "README.md"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue