mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
743f9b345f
We should prefer referring to local deps via `.workspace = true` from now on. Release Notes: - N/A
19 lines
314 B
TOML
19 lines
314 B
TOML
[package]
|
|
name = "sqlez_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/sqlez_macros.rs"
|
|
proc-macro = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
lazy_static.workspace = true
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
sqlez.workspace = true
|
|
sqlformat = "0.2"
|
|
syn = "1.0"
|