summaryrefslogtreecommitdiff
path: root/crates/env/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/env/Cargo.toml')
-rw-r--r--crates/env/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/env/Cargo.toml b/crates/env/Cargo.toml
new file mode 100644
index 0000000..a7d1ca5
--- /dev/null
+++ b/crates/env/Cargo.toml
@@ -0,0 +1,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"] }