Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "chief"
path = "src/lib.rs"

[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
categories = ["development-tools"]
description = "chief"
edition = "2021"
homepage = "https://github.com/dr-montasir/chief"
keywords = ["config", "env", "run"]
license = "MIT OR Apache-2.0"
name = "chief"
readme = "README.md"
repository = "https://github.com/dr-montasir/chief"
version = "0.0.0"