[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["tree"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["tree"]
[[items]]
type = "singlefile"
path = "README.md"
groups = ["docs", "tree"]
[[items]]
type = "singlefile"
path = "NOTICE"
groups = ["legal"]
[[items]]
type = "singlefile"
path = "LICENSE"
groups = ["legal"]
[[items]]
explain = "Compiled plugin for tree usage for use in the Lava Mumu language. The src/register folder are for functions that need to be registered (bridged) to be able to be used in the mumu language and REPL"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["tree"]
[[items]]
explain = "Examples usage for the tree plugin"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["tree"]
[[items]]
type = "remote"
description = "This is the core-mumu code that is a dependancy of this plugin"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.9.0-rc.5"
remote_groups = ["core"]
groups = ["core"]