WIP
This commit is contained in:
parent
c15e69a6c4
commit
09791951d9
13 changed files with 250 additions and 128 deletions
10
lib/sqlx_tools_attributes/Cargo.toml
Normal file
10
lib/sqlx_tools_attributes/Cargo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue