[[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 = ["matrix"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["matrix"]
[[items]]
explain = "Matrix plugin code"
type = "recursive"
path = "tests/"
extension = "mu"
groups = ["tests"]
[[items]]
explain = "Matrix plugin source code for CPU maves matrix operations for the Mumu ecosystem"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["matrix"]
[[items]]
type = "remote"
description = "This is the mumu code that is a dependancy of of mumu-html"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.8.1-rc.2"
remote_groups = ["core"]
groups = ["core"]