eh/crates/eh-config/Cargo.toml
NotAShelf 74bdf0a045
meta: extract configuration loading and command execution into workspace crates
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2da9bbddc01186af23e12c0dbbf3b23e6a6a6964
2026-05-12 17:50:20 +03:00

13 lines
335 B
TOML

[package]
name = "eh-config"
description = "Configuration loading for eh"
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
[dependencies]
dirs.workspace = true
eh-log.workspace = true
serde.workspace = true
toml.workspace = true