summaryrefslogtreecommitdiff
path: root/crates/vcs_data/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-12-01 21:40:40 +0800
committer魏曹先生 <1992414357@qq.com>2025-12-01 21:40:40 +0800
commit2965ca7dac27c1023a2880e5496fb45a78264d3c (patch)
treecb83e955ba86c2e78d165c4e9f26db5cd0f0183f /crates/vcs_data/Cargo.toml
parent209d20973dbc59970bae164d0d8ba3db9760e8c7 (diff)
Refactor vault config to use template-based generation
- Replace direct serialization with template-based config file generation - Add new dependencies: whoami, redox_syscall, wasite, web-sys - Update VaultConfig structure with new enum types and serialization attributes - Modify setup_vault to accept vault_name parameter and use template - Update all test calls to include vault_name parameter
Diffstat (limited to 'crates/vcs_data/Cargo.toml')
-rw-r--r--crates/vcs_data/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/vcs_data/Cargo.toml b/crates/vcs_data/Cargo.toml
index 3093809..d1f7e94 100644
--- a/crates/vcs_data/Cargo.toml
+++ b/crates/vcs_data/Cargo.toml
@@ -18,6 +18,7 @@ vcs_docs = { path = "../vcs_docs" }
# Identity
uuid = { version = "1.18.1", features = ["v4", "serde"] }
+whoami = "1.6.1"
# Serialization
serde = { version = "1.0.228", features = ["derive"] }