mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-04 19:39:30 +00:00
21 lines
336 B
TOML
21 lines
336 B
TOML
[package]
|
|
name = "plume-macro"
|
|
version = "0.7.1"
|
|
authors = ["Trinity Pointard <trinity.pointard@insa-rennes.fr>"]
|
|
edition = "2018"
|
|
description = "Plume procedural macros"
|
|
license = "AGPLv3"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "0.4"
|
|
quote = "0.6.12"
|
|
syn = "0.15.27"
|
|
|
|
|
|
[features]
|
|
default = []
|
|
postgres = []
|
|
sqlite = []
|