aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3fa7044f7c3ae2f7fa88fbef043ec92b4df50def (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 = "confondant"
version = "0.1.0"
authors = ["Akshay <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1.0"
toml = "^0.5"

[dependencies.serde]
version = "1.0.103"
features = ["derive"]

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

[lib]
proc-macro = true