mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
18 lines
450 B
TOML
18 lines
450 B
TOML
[package]
|
|
name = "lofty_attr"
|
|
version = "0.4.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
|