config_parser_derive 0.1.3

A proc-macro for implementing ConfigParser trait of config_parser library
Documentation
[package]
name = "config_parser_derive"
version = "0.1.3"
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A proc-macro for implementing ConfigParser trait of config_parser library"
repository = "https://github.com/aome510/hackernews-TUI"
keywords = ["config", "parser", "toml"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.67"
quote = "1.0.33"
syn = "2.0.37"