blob: a7d1ca57a3b2aae87b25d434ab5a75555c7dbd5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "env"
edition = "2024"
version.workspace = true
[dependencies]
cfg_file = { path = "../utils/cfg_file", features = ["default"] }
string_proc = { path = "../utils/string_proc" }
uuid = { version = "1.18.1", features = ["v4", "serde"] }
serde = { version = "1.0.219", features = ["derive"] }
|