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