librebar 0.1.0

Opinionated application foundation for Rust CLIs and services
Documentation
1
2
3
4
5
6
7
8
9
10
# Sample config for the `minimal` example.
#
# librebar discovers config by walking up from the current directory.
# Running the example from ./examples will find this file via the
# `./minimal.toml` rule; running from the project root with `-C examples`
# does the same.

log_level = "info"
greeting = "bonjour"
name = "librebar"