
Otherwise old migrations may be formatted differently than new migrations, causing comparison errors. Follow-up of https://github.com/zed-industries/zed/pull/18676 Release Notes: - N/A
19 lines
286 B
TOML
19 lines
286 B
TOML
[package]
|
|
name = "sqlez_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/sqlez_macros.rs"
|
|
proc-macro = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
sqlez.workspace = true
|
|
sqlformat.workspace = true
|
|
syn = "1.0"
|