lofty-rs/lofty_attr/Cargo.toml
2023-07-11 18:52:37 -04:00

18 lines
461 B
TOML

[package]
name = "lofty_attr"
version = "0.9.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 = "2.0.25", features = ["full", "parsing"] }
quote = "1.0.29"
proc-macro2 = "1.0.64"
[lib]
proc-macro = true