[package] name = "zeta" description = "Compiler for the Zeta programming language" version = "0.1.6" authors = ["noxabellus "] 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" [target.'cfg(target_os = "windows")'.dependencies] cc = "1.0.45" [lib] path = "src/lib/lib.rs" [[bin]] name = "zeta" path = "src/app/main.rs"