[[bin]]
name = "propeller_truth"
path = "src/main.rs"
[dependencies.rand]
version = "0.8"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for saying truth about Propellers."
documentation = "https://docs.rs/propeller_truth"
edition = "2021"
license = "MIT"
name = "propeller_truth"
readme = false
repository = "https://github.com/propeller-heads/propeller_truth"
version = "0.2.0"
[profile.dev]
opt-level = 1
[profile.staging]
debug = 2
inherits = "release"