[package]
edition = "2021"
name = "mumu"
version = "0.11.1"
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lava Mumu is a language for those in the now and that know"
homepage = "https://lava.nu11.uk"
readme = "README.md"
keywords = [
"mumu",
"lava",
"language",
"REPL",
]
categories = [
"data-structures",
"parser-implementations",
"concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tofo/mumu"
[package.metadata.deb]
copyright = "Tom Fotheringham and contributors"
depends = ""
description = "Lava Mumu is a language for those in the now and that know"
license-file = "LICENSE"
maintainer = "tom <tom@nu11.co.uk>"
name = "mumu"
priority = "optional"
section = "utils"
[lib]
name = "mumu"
path = "src/lib.rs"
[[bin]]
name = "lava"
path = "src/main.rs"
[[example]]
name = "flow-divide-partial"
path = "examples/flow-divide-partial.rs"
[[test]]
name = "ink"
path = "tests/ink.rs"
[[test]]
name = "net_fetch"
path = "tests/net_fetch.rs"
[dependencies.crossterm]
version = "0.25"
[dependencies.indexmap]
version = "2.7"
[dependencies.libloading]
version = "0.7"
[dependencies.regex]
version = "1.10"