cli_env_toml 0.0.3

用于从环境变量、命令行参数生成 toml,然后与已有的 toml 文件做配置合并。
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.anyhow]
version = "1.0.71"

[dependencies.serde]
version = "1.0.164"

[dependencies.toml]
version = "0.7.4"

[package]
description = "用于从环境变量、命令行参数生成 toml,然后与已有的 toml 文件做配置合并。"
edition = "2021"
homepage = "https://github.com/xxai-art/cli_env_toml"
license = "Apache-2.0"
name = "cli_env_toml"
readme = "README.md"
repository = "https://github.com/xxai-art/cli_env_toml.git"
version = "0.0.3"