2024-12-27 23:00:38 +01:00
|
|
|
[workspace]
|
|
|
|
|
resolver = "2"
|
|
|
|
|
members = [
|
2025-03-15 10:21:53 +01:00
|
|
|
"lib/sqlxgentools_attrs",
|
|
|
|
|
"lib/sqlxgentools_cli",
|
2025-11-11 17:10:47 +01:00
|
|
|
"lib/sqlxgentools_misc",
|
2024-12-27 23:00:38 +01:00
|
|
|
"lib/sandbox"
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 15:09:10 +02:00
|
|
|
[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"
|