diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-25 15:49:58 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-25 17:41:34 +0800 |
| commit | 0c030daa10120a53c9cc7283c6d5b08fd1623bae (patch) | |
| tree | 0a9d5dc78b931fa21790171b7e6f4d5f1377ce36 /crates/vcs_data/Cargo.toml | |
| parent | ca29e7b2152260059417c142641cd19ddbb512c4 (diff) | |
Add sheet sharing functionality
- Add `rand` dependency for generating share IDs
- Update share path to include sheet name subdirectory
- Add mutable accessor for sheet ID mapping
- Add sheet_share module to vault data structures
Diffstat (limited to 'crates/vcs_data/Cargo.toml')
| -rw-r--r-- | crates/vcs_data/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/vcs_data/Cargo.toml b/crates/vcs_data/Cargo.toml index d1f7e94..1971b6a 100644 --- a/crates/vcs_data/Cargo.toml +++ b/crates/vcs_data/Cargo.toml @@ -16,6 +16,9 @@ string_proc = { path = "../utils/string_proc" } action_system = { path = "../system_action" } vcs_docs = { path = "../vcs_docs" } +# Random +rand = "0.9.2" + # Identity uuid = { version = "1.18.1", features = ["v4", "serde"] } whoami = "1.6.1" |
