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

[package]
name = "rossweisse"
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
proc-macro2 = "1.0.56" # `proc-macro` Wrapper