From 67dd9a1f2613e7781fca3c309b6b3b93804dab18 Mon Sep 17 00:00:00 2001 From: Skye Date: Thu, 28 Dec 2023 18:12:36 +0900 Subject: opt-commands: add uwurandom (#112) * opt-commands: add uwurandom * Apply suggestions from code review Co-authored-by: seth * opt-commands: set random default value for uwurandom --------- Co-authored-by: seth --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3