summaryrefslogtreecommitdiff
path: root/crates/utils/cfg_file/Cargo.toml
blob: 9d9a6b814e9d5fe67cc52ad8e03b1c40256c0011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cfg_file"
edition = "2024"
version.workspace = true

[dependencies]

# Async
tokio = { version = "1.46.1", features = ["full"] }
async-trait = "0.1.88"

# Serialization
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"
serde_json = "1.0.140"
ron = "0.11.0"
toml = "0.9.0"