This commit is contained in:
Matthieu Bessat 2025-01-27 09:08:04 +01:00
commit 09791951d9
13 changed files with 250 additions and 128 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "sqlx_tools_attributes"
edition = "2021"
[dependencies]
attribute-derive = "0.10.3"
proc-macro2 = "1.0.92"
[lib]
proc-macro = true