dicers 0.2.1

A diceware application with support for AWS Lambda
Documentation
[badges.gitlab]
branch = "master"
repository = "rakenodiax/dicers"

[badges.maintenance]
status = "pasively-maintained"
[dependencies.lambda_runtime]
optional = true
version = "0.1.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.rand]
version = "0.6.1"

[dependencies.serde]
optional = true
version = "1.0.80"

[dependencies.serde_derive]
optional = true
version = "1.0.80"

[features]
default = []
lambda = ["lambda_runtime", "serde", "serde_derive"]

[package]
authors = ["Kellen Frodelius-Fujimoto <kellen@kellenfujimoto.com>"]
description = "A diceware application with support for AWS Lambda"
edition = "2018"
license = "MIT"
name = "dicers"
repository = "https://gitlab.com/rakenodiax/dicers"
version = "0.2.1"