blob: c94115d239c65df6f85bfaa565b6914824fa5209 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|