engine/config_handler/Cargo.toml
2025-03-01 06:43:44 +01:00

11 lines
291 B
TOML

[package]
name = "config_handler"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
anyhow = { workspace = true }