2025-01-15 02:40:36 +00:00
|
|
|
[package]
|
|
|
|
name = "gejdr-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2025-01-20 21:15:54 +00:00
|
|
|
publish = false
|
|
|
|
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
repository = "https://labs.phundrak.com/phundrak/gejdr-rs"
|
2025-01-15 02:40:36 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
deluxe = "0.5.0"
|
|
|
|
proc-macro2 = "1.0.93"
|
|
|
|
quote = "1.0.38"
|
|
|
|
syn = "2.0.96"
|
|
|
|
|
|
|
|
[dependencies.sqlx]
|
|
|
|
version = "0.8.3"
|
|
|
|
default-features = false
|
|
|
|
features = ["postgres", "uuid", "chrono", "migrate", "runtime-tokio", "macros"]
|