mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
21 lines
488 B
TOML
21 lines
488 B
TOML
[package]
|
|
name = "lofty_attr"
|
|
version = "0.11.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"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|