[dependencies.rust_decimal]
default-features = false
features = ["maths"]
version = "1.14"
[dependencies.rust_decimal_macros]
default-features = false
version = "1.14"
[dev-dependencies.termion]
version = "1.5.6"
[package]
authors = ["Aaron Christiansen <aaronc20000@gmail.com>"]
description = "Rust framework for writing mathematical expression editors"
edition = "2018"
homepage = "https://github.com/AaronC81/rbop"
license = "MIT"
name = "rbop"
repository = "https://github.com/AaronC81/rbop"
version = "0.1.0"