lofty-rs/lofty_attr/Cargo.toml
2022-08-10 14:28:48 -04:00

18 lines
450 B
TOML

[package]
name = "lofty_attr"
version = "0.3.0"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Macros for Lofty"
repository = "https://github.com/Serial-ATA/lofty-rs"
readme = "README.md"
include = ["src", "Cargo.toml", "../LICENSE-*"]
[dependencies]
syn = { version = "1.0.95", features = ["full"] }
quote = "1.0.18"
proc-macro2 = "1.0.39"
[lib]
proc-macro = true