zeta 0.1.3

Compiler for the Zeta programming language
Documentation
[package]
name = "zeta"
description = "Compiler for the Zeta programming language"
version = "0.1.3"
authors = ["noxabellus <noxabellus@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/zeta-lang/zeta"
homepage = "https://github.com/zeta-lang/zeta"
readme = "readme.md"


[dependencies]
colored = "1.8"
num = "0.2"
num-traits = "0.2"
num-derive = "0.2"

[lib]
path = "src/lib/lib.rs"

[[bin]]
name = "zeta"
path = "src/main.rs"