mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
ff7017c308
Closes #15860 Since rust std now supports LazyLock replacing lazy_static with it reduce the external dependency. Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
19 lines
277 B
TOML
19 lines
277 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 = "0.2"
|
|
syn = "1.0"
|