diff options
Diffstat (limited to 'shared/Cargo.toml')
-rw-r--r-- | shared/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 6c37d07..8665019 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -10,3 +10,4 @@ glam = { version = "0.29.2", features = ["serde"] } redb = "2.4.0" sha2 = "0.11.0-pre.4" log = "0.4.22" +rand = "0.9.0-beta.1" |