blob: 11e08f36d88821c5c29b68df4fa0aae50c241271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "config_system"
edition = "2024"
version.workspace = true
[dependencies]
serde.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true
thiserror.workspace = true
toml.workspace = true
|