getrandom/Cargo.toml

10 lines
234 B
TOML
Raw Normal View History

2019-01-19 12:56:20 +00:00
[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]