diff options
| author | Skye <[email protected]> | 2023-12-28 18:12:36 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-28 09:12:36 +0000 |
| commit | 67dd9a1f2613e7781fca3c309b6b3b93804dab18 (patch) | |
| tree | 0ea138463227a032084d4274cbea5eaf52e97a82 /Cargo.toml | |
| parent | a1913ad35602c54483c502f72815e4bc2c2f38c6 (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,3 +33,4 @@ tokio = { version = "1.35.1", features = [ "signal", ] } url = { version = "2.5.0", features = ["serde"] } +uwurandom-rs = "1.1.0" |
