11 lines
192 B
TOML
11 lines
192 B
TOML
[package]
|
|
name = "brass-config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "AGPL-3.0"
|
|
authors = ["Max Hohlfeld <maxhohlfeld@posteo.de>"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.94"
|
|
dotenvy = "0.15.7"
|