13 lines
249 B
TOML
13 lines
249 B
TOML
[package]
|
|
name = "dirigent_config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Platform-native configuration and data path resolution for Dirigent"
|
|
|
|
[dependencies]
|
|
dirs = "5"
|
|
thiserror = "2.0"
|
|
|
|
[dev-dependencies]
|
|
serial_test = "3"
|