20 lines
524 B
TOML
20 lines
524 B
TOML
name = "rand_sys"
|
|
description = "Random number generator from system entropy"
|
|
version = "0.1.0"
|
|
|
|
authors = ["César SAGAERT"]
|
|
maintainers = ["César SAGAERT <sagaert@adacore.com>"]
|
|
maintainers-logins = ["AldanTanneo"]
|
|
licenses = "Apache-2.0 WITH LLVM-exception"
|
|
website = "https://github.com/AldanTanneo/rand-ada"
|
|
tags = []
|
|
|
|
[[depends-on]]
|
|
rand_core = "~0.1.0"
|
|
system_random = "^1.0.0"
|
|
|
|
[origin]
|
|
url = "git+https://github.com/AldanTanneo/rand-ada.git"
|
|
commit = "6d1af921227f1e7e0d61bf3cee431af701b99508"
|
|
subdir = "rand_sys"
|