12 lines
207 B
TOML
12 lines
207 B
TOML
[package]
|
|
name = "config"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "1"
|
|
dirs = "6"
|
|
thiserror = { workspace = true }
|
|
lib = { path = "../lib" }
|