BotTerre/libs/config/Cargo.toml

14 lines
372 B
TOML

[package]
name = "config"
version = "0.1.0"
edition = "2021"
[dependencies]
poise = { workspace = true }
serde = { workspace = true }
database = { path = "../../libs/database" }
tool_tracing = { path = "../../libs/tool_tracing" }
toml = "0.8"
tracing = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html