Add rand_distr to "no-std" category

This commit is contained in:
Vinzent Steinberg 2021-03-13 19:07:59 -03:00
parent 9a5a12f323
commit 7c0042d637

View File

@ -11,7 +11,7 @@ description = """
Sampling from random number distributions
"""
keywords = ["random", "rng", "distribution", "probability"]
categories = ["algorithms"]
categories = ["algorithms", "no-std"]
edition = "2018"
include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"]