uwurandom-rs/Cargo.toml

17 lines
367 B
TOML
Raw Normal View History

2022-09-21 12:05:52 +03:00
[package]
name = "uwurandom-rs"
version = "0.1.0"
edition = "2021"
# 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 = { version = "0.1.0", path = "uwurandom-proc-macros" }
[workspace]
members = ["uwurandom-proc-macros"]