[package] name = "zinc-lang" version = "0.1.0" authors = ["Freja Hrafnkelsdóttir "] edition = "2018" license-file = "LICENSE" description = "Interpreter for the Zinc Programming Language" homepage = "https://zinc.io" documentation = "https://learn.zinc.io" repository = "https://gitlab.com/zinc.lang/zinc-lang" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lib-zinc = "0.1.1"