build: workspace packages metadata and license
This commit is contained in:
parent
bbec0fc3bf
commit
2821310fc0
7 changed files with 251 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[package]
|
||||
name = "sandbox"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "sandbox"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
[package]
|
||||
name = "sqlxgentools_attrs"
|
||||
edition = "2021"
|
||||
description = "Proc-macros to allow automatic migrations and repositories generation from models by the sqlxgentools CLI tools."
|
||||
publish = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
attribute-derive = "0.10.3"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
[package]
|
||||
name = "sqlxgentools_cli"
|
||||
description = "CLI to generate SQL migrations and repositories code that use sqlx from models definition."
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
publish = true
|
||||
|
||||
[[bin]]
|
||||
name = "sqlx-generator"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue