atomsh 0.1.0

Cross platform shell written in Rust
Documentation
[package]
name = "atomsh"
version = "0.1.0"
authors = ["adam-mcdaniel <adam.mcdaniel17@gmail.com>"]
edition = "2018"
description = "Cross platform shell written in Rust"
license = "Apache-2.0"
documentation = "https://docs.rs/atomsh"
repository = "https://github.com/adam-mcdaniel/atom"
homepage = "https://github.com/adam-mcdaniel/atom"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "atom"
path = "src/bin.rs"

[build-dependencies]
lalrpop = "0.17"

[dependencies]
lalrpop = "0.17"
lalrpop-util = "0.17"
regex = "1.3"
xmachine = "0.2"
comment = "0.1"
dirs = "2.0"
dunce = "1.0"
lazy_static = "1.4"
swears = "0.1"