aboutsummaryrefslogtreecommitdiff
path: root/amenadiel/Cargo.toml
blob: c6cdf624dec837fd55149619c5c8b12e83bc0690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package]
name = "amenadiel"
version = "0.0.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.26" # Quasi-quoting
syn = "2.0.15" # Source Code Parsing