Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "alpha"
version = "0.0.0"
authors = ["Richard Berry <rjsberry@pm.me>"]
license = "MIT/Apache-2.0"
description = "alpha"
repository = "https://github.com/rjsberry/alpha"
keywords = ["no_std"]
include = ["Cargo.toml", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"]
edition = "2018"

[dependencies]