lofty-rs/lofty-attr/Cargo.toml
Serial 3b8e08ace0 Add macro for creating simple key-based get/set methods
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-07-09 15:13:51 -04:00

18 lines
386 B
TOML

[package]
name = "lofty_attr"
version = "0.1.7"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
description = "Macros 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