[[items]]
type = "singlefile"
path = "LICENSE"
groups = ["legal"]
[[items]]
type = "singlefile"
path = "NOTICE"
groups = ["legal"]
[[items]]
type = "singlefile"
path = "README.md"
groups = ["process", "docs"]
[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["process"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["process"]
[[items]]
explain = "Main local code base for this plugin"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["process"]
[[items]]
type = "remote"
description = "This is the core-mumu code that is a dependancy of this plugin sand cannot be changed"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.8.1-rc.5"
remote_groups = ["core"]
groups = ["core"]