opensession-runtime-config 0.2.2

Shared runtime configuration types for daemon/TUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "opensession-runtime-config"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared runtime configuration types for daemon/TUI"
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md"]

[lints]
workspace = true

[dependencies]
serde = { workspace = true }
toml = { workspace = true }