aboutsummaryrefslogtreecommitdiff
path: root/fondant_derive/Cargo.toml
blob: 3ec27c24101f72af8fb1782922be65862a9cdd33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "fondant_derive"
version = "0.1.0"
authors = ["Akshay <[email protected]>"]
description = "Core macros of fondant"
readme = "readme.md"
repository = "https://github.com/nerdypepper/fondant"
license = "MIT"
keywords = ["cli", "configuration", "macro"]
categories = ["command-line-utilities", "config"]
edition = "2018"

[dependencies]
proc-macro2 = "1.0.9"
quote = "1.0"

[dependencies.syn]
version = "1.0"
features = ["full"]

[lib]
proc-macro = true