[package]
edition = "2021"
name = "mihama"
version = "0.0.1"
authors = ["Arimura Sena <me@hotaru.icu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Modern Functional and Dependent Type Programming Language Base on Rust"
readme = "README.md"
keywords = [
"functional",
"dependent-type",
"language",
"type-theory",
"parser",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/BIYUEHU/mihama"
[lib]
name = "mihama"
path = "src/lib.rs"
[[bin]]
name = "mihama"
path = "src/main.rs"
[dependencies]