summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 8aebab732aea77046c76d9ef753836448fc485d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- coding: utf-8 -*-

[package]
name                = "shr3"
version             = "0.1.0"
edition             = "2021"
description         = "SHR3 - 3-shift register random number generator"
authors             = ["Michael Buesch <m@bues.ch>"]
license             = "MIT OR Apache-2.0"
readme              = "README.md"
repository          = "https://bues.ch/cgit/shr3rs.git"

categories          = ["algorithms", "no-std"]
keywords            = ["shr3", "random", "prng"]

[dependencies]

[build-dependencies]
autocfg             = "1"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface