build: workspace packages metadata and license

This commit is contained in:
Matthieu Bessat 2025-10-12 15:09:10 +02:00
parent bbec0fc3bf
commit dc77c71f68
7 changed files with 255 additions and 4 deletions

View file

@ -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"