sqlxgentools/Cargo.toml

22 lines
488 B
TOML
Raw Normal View History

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",
"lib/sqlxgentools_misc",
2024-12-27 23:00:38 +01:00
"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"