build: workspace packages metadata and license

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

View file

@ -1,6 +1,12 @@
[package]
name = "sqlxgentools_cli"
edition = "2021"
description = "CLI to generate SQL migrations and repositories code that use sqlx from models definition."
publish = true
edition.workspace = true
authors.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
[[bin]]
name = "sqlx-generator"