gege-jdr-backend/gejdr-macros/Cargo.toml
Lucien Cartier-Tilet 3ef21ea010
Some checks failed
CI / tests (pull_request) Failing after 1s
CI / tests (push) Failing after 4m57s
feat: add new crud macro for easier entity manipulation in DB
2025-01-15 03:40:36 +01:00

19 lines
324 B
TOML

[package]
name = "gejdr-macros"
version = "0.1.0"
edition = "2021"
[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"]