summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSkye <[email protected]>2023-12-28 18:12:36 +0900
committerGitHub <[email protected]>2023-12-28 09:12:36 +0000
commit67dd9a1f2613e7781fca3c309b6b3b93804dab18 (patch)
tree0ea138463227a032084d4274cbea5eaf52e97a82 /Cargo.toml
parenta1913ad35602c54483c502f72815e4bc2c2f38c6 (diff)
opt-commands: add uwurandom (#112)
* opt-commands: add uwurandom * Apply suggestions from code review Co-authored-by: seth <[email protected]> * opt-commands: set random default value for uwurandom --------- Co-authored-by: seth <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df20b66..cde19f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,3 +33,4 @@ tokio = { version = "1.35.1", features = [
"signal",
] }
url = { version = "2.5.0", features = ["serde"] }
+uwurandom-rs = "1.1.0"