config_parser2 0.1.7

Another config parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "config_parser2"
version = "0.1.7"
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Another config parsing library"
repository = "https://github.com/aome510/hackernews-TUI"
keywords = ["config", "parser", "toml"]

[dependencies]
toml = "1.1.0"
serde = { version = "1.0.228", features = ["derive"] }
anyhow = "1.0.102"
config_parser_derive = { version = "0.1.3", path = "../config_parser_derive" }