iconf 0.1.2

toml 配置文件读取
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "iconf"
version = "0.1.2"
edition = "2021"
authors = ["PMC <pandamancoin@gmail.com>"]
rust-version = "1.74"
description = "toml 配置文件读取"
documentation = "https://github.com/PandaManPMC/iconf.git"
readme = "README.md"
repository = "https://github.com/PandaManPMC/iconf.git"
license = "MIT OR Apache-2.0"

[dependencies]
toml = "0.8.12"