[package]
name = "wright"
version = "0.2.3"
authors = ["Antonia Calia-Bogan <acaliabogan@gmail.com>"]
description = "The Rust package for the wright language."
documentation = "https://alfriadox.github.io/Wright-lang"
license = "MIT"
repository = "https://github.com/Alfriadox/Wright-lang"
[lib]
name = "wright"
crate-type = ["rlib", "dylib"]
[[bin]]
name = "wright"
path = "src/wright.rs"
doc = false
[dependencies.ansi_term]
version = "0.10.2"
[dependencies.regex]
version = "0.2"
[badges.travis-ci]
repository = "Alfriadox/Wright-lang"