mango_compiler_token 0.1.0

The lexed tokens for the Mango programming language (UNDER CONSTRUCTION)
Documentation
[package]
name = "mango_compiler_token"
description = "The lexed tokens 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]