Some checks failed
Rust / build (push) Has been cancelled
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie0af272c772361921405a41db40fab356a6a6964
12 lines
305 B
TOML
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
|