mango_compiler_typing 0.1.0

The type checker for the Mango programming language (UNDER CONSTRUCTION)
Documentation
[package]
name = "mango_compiler_typing"
description = "The type checker for the Mango programming language (UNDER CONSTRUCTION)"
version = "0.1.0"
authors = ["Mark <mverleg.noreply@gmail.com>"]
homepage = "https://mangolang.org/"
documentation = "https://mangolang.org/"
license = "Apache-2.0"
publish = true
include = [
    "src/**/*",
    "Cargo.toml"
]

[dependencies]