truth-table 0.2.0

Generate a truth table from a formula
[package]
name = "truth-table"
version = "0.2.0"
authors = ["Elias1004"]
edition = "2018"
description = "Generate a truth table from a formula"
repository = "https://github.com/elias1004/truth-table"
readme = "README.md"
documentation = "https://docs.rs/truth-table"
license = "MIT OR Apache-2.0"
keywords = ["cli", "math"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html


[dependencies]
logos = "0.12.0"
ansi_term = "0.12.1"