Files
dirigent/crates/dirigent_config/Cargo.toml
T
2026-05-08 01:59:04 +02:00

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"