Skip to content
Snippets Groups Projects
Cargo.toml 234 B
Newer Older
Diggory Hardy's avatar
Diggory Hardy committed
[package]
name = "getrandom"
version = "0.0.0"
authors = ["The Rand Project Developers"]
license = "MIT/Apache-2.0"
edition = "2015"
description = "A small cross-platform library to securely get random data (entropy)"

[dependencies]