From a438c2ee151ed9d2d5d8542228bd04f01b8d4a4d Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 7 Apr 2025 21:26:45 -0500 Subject: [PATCH] update SEO stuff --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 82e7708..ef206bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,10 @@ [package] +description = "A Rust implementation of the PRNS fast random-access pseudo-random number generator" +categories = ["algorithms", "no-std"] +keywords = ["random", "rng"] name = "prns" version = "1.0.0" edition = "2024" +license = "AGPL-3.0" [dependencies]