diff options
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" |
