diff options
Diffstat (limited to 'atuin-common/Cargo.toml')
| -rw-r--r-- | atuin-common/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 16592381..d065a32d 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -14,3 +14,4 @@ repository = "https://github.com/ellie/atuin" chrono = { version = "0.4", features = ["serde"] } serde = { version = "1.0.145", features = ["derive"] } uuid = { version = "1.2", features = ["v4"] } +rand = { version = "0.8.5", features = ["std"] } |
