eh/crates/eh-config/Cargo.toml
NotAShelf b8d01730f5
Some checks failed
Rust / build (push) Has been cancelled
various: format TOML with taplo; clean up Cargo manifests
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie0af272c772361921405a41db40fab356a6a6964
2026-05-13 08:50:42 +03:00

12 lines
305 B
TOML

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