array-mumu 0.1.0

Array tools plugin for the Mumu ecosystem
Documentation
[[intros]]
template = "This is part {p} of {t}. Please wait for the remaining parts (if any) before taking any action"
firstonly = false

[[items]]
type = "remote"
description = "This is the mumu code that is a dependancy of of mumu-html"
remote = "git@gitlab.com:tofo/mumu.git"
tag = "v0.1.0"
remote_groups = ["core"]
groups = ["all"]

[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["core"]

[[items]]
type = "singlefile"
path = "Makefile"
groups = ["core"]

[[items]]
type = "singlefile"
path = "README.md"
groups = ["core"]

[[items]]
explain = "Compiled plugin for array related functions for use in the Lava Mumu language "
type = "recursive"
path = "src/"
extension = "rs"
groups = ["array"]