[package]
name = "moss"
version = "0.0.3"
authors = ["Finn <finn.bcd@gmail.com>"]
description = "Experimental Moss interpreter"
homepage = "https://johnbsmith.github.io/moss/home.htm"
license = "CC0-1.0"
repository = "https://github.com/JohnBSmith/moss"
[profile.dev]
debug = true
[lib]
name = "moss"
path = "src/lib.rs"
[[bin]]
name = "moss"
path = "src/main.rs"
doc = false
[dependencies.libc]
version = "0.2"
[dependencies.termios]
version = "0.2"
[features]
default = ["long-gmp", "math-la"]
long-gmp = []
math-la = []