[[intros]]
template = "This is part {p} of {t}. Please wait for the remaining parts (if any) before taking any action"
firstonly = false
[[intros]]
template = "The REMOTE files are the mumu code that is a dependancy of of mumu-html. The LOCAL files are what we have in the local machine"
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"
remote_groups = ["core"]
groups = ["all"]
[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["core,all"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["core,all"]
[[items]]
type = "singlefile"
path = "README.md"
groups = ["core,all"]
[[items]]
explain = "Plugin for html related functions for use in the Lava Mumu language "
type = "recursive"
path = "src/"
extension = "rs"
groups = ["core,all"]