mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-11-25 09:41:01 +00:00
14 lines
327 B
TOML
14 lines
327 B
TOML
|
[package]
|
||
|
name = "sqlxmq_macros"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Diggory Blake <diggsey@googlemail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
syn = { version = "1.0.64", features = ["derive"] }
|
||
|
quote = "1.0.9"
|