rustation-ng/libretro_option_derive/Cargo.toml
Lionel Flandrin 320688facd tmp
2022-10-14 16:34:39 +01:00

13 lines
285 B
TOML

[package]
name = "libretro_option_derive"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "1.0", features = ["extra-traits"] }
quote = "1.0"