mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
e1101af9a7
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
18 lines
385 B
TOML
18 lines
385 B
TOML
[package]
|
|
name = "lofty_attr"
|
|
version = "0.1.5"
|
|
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
|
description = "Macro for Lofty tag struct creation"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/Serial-ATA/lofty-rs"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
quote = "1.0.9"
|
|
|
|
[dependencies.syn]
|
|
version = "1.0.72"
|
|
features = ["full"]
|
|
|
|
[lib]
|
|
proc-macro = true
|