[[items]]
type = "singlefile"
path = "LICENSE"
groups = ["legal"]
[[items]]
type = "singlefile"
path = "NOTICE"
groups = ["legal"]
[[items]]
type = "singlefile"
path = "README.md"
groups = ["docs"]
[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["math"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["math"]
[[items]]
explain = "Examples of use for the math plugic"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["examples"]
[[items]]
explain = "Math plugin for the Mumu ecosphere"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["math"]
[[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.8.1-rc.2"
remote_groups = ["core"]
groups = ["core"]