wright 0.2.3

The Rust package for the wright language.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"