mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-10-31 21:58:58 +00:00
13 lines
327 B
TOML
13 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"
|