xasm 0.5.0

Compiler for the xasm programming language
Documentation
[[bin]]
name = "xasm"
path = "src/bin.rs"
[dependencies.clap]
version = "2.33"

[dependencies.dirs]
version = "2.0"

[dependencies.fs_extra]
version = "1.1"

[dependencies.xassembler]
version = "0.5.0"

[package]
authors = ["adam-mcdaniel <adam.mcdanie17@gmail.com>"]
description = "Compiler for the xasm programming language"
documentation = "https://github.com/adam-mcdaniel/xasm"
edition = "2018"
homepage = "https://github.com/adam-mcdaniel/xasm"
license = "Apache-2.0"
name = "xasm"
readme = "README.md"
repository = "https://github.com/adam-mcdaniel/xasm"
version = "0.5.0"