You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
406 B

[package]
name = "uwurandom-rs"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "a no-std library to generate uwurandom"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
rand_pcg = "0.3.1"
[dependencies]
rand_core = "0.6.4"
uwurandom-proc-macros = "1.0.0"
[workspace]
members = ["uwurandom-proc-macros"]