moss 0.0.2

Experimental Moss interpreter
Documentation
[package]
name = "moss"
version = "0.0.2"
authors = ["Finn <finn.bcd@gmail.com>"]
license = "CC0-1.0"

description = "Experimental Moss interpreter"
homepage = "https://johnbsmith.github.io/moss/home.htm"
repository = "https://github.com/JohnBSmith/moss"

[lib]
name = "moss"
path = "src/lib.rs"

[[bin]]
name = "moss"
path = "src/main.rs"
doc = false

[dependencies]
libc = "0.2"
termios = "0.2"

[profile.dev]
debug = true