mumu 0.9.1

Lava Mumu is a language for those in the now and that know
Documentation
[[items]]
type = "singlefile"
path = "Cargo.toml"

[[items]]
type = "recursive"
path = "src"
extension = "rs"

[[items]]
type = "singlefile"
path = "test/Cargo.toml"

[[items]]
explain = "this is for a compiled plugin for a test suite"
type = "recursive"
path = "test/src/"
extension = "rs"

[[items]]
type = "recursive"
path = "tests"
extension = "rs"