Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemppis3 authored Jul 8, 2024
1 parent c6f010b commit 1fb0f72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ edition = "2021"
sha3 = "0.10.8"
hmac = "0.12.1"
rand = "0.8.5"
serde = { version = "1.0.204", features = ["derive"] }
toml = "0.8.14"

[dependencies.uuid]
version = "1.9.1"
features = [
"v7", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
]
]

0 comments on commit 1fb0f72

Please sign in to comment.