[[items]]
type = "remote"
description = "This is the mumu code that is a dependancy of of array-mumu"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.6.4"
remote_groups = ["core"]
groups = ["core"]
[[items]]
type = "remote"
description = "This is the test suite code for the tests we require to test"
remote = "git@gitlab.com:tofo/mumu-test.git"
tag = "v0.1.6"
remote_groups = ["core"]
groups = ["test"]
[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["array"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["array"]
[[items]]
type = "singlefile"
path = "README.md"
groups = ["array"]
[[items]]
explain = "Array functions plugin for use in the Mumu ecosystem"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["array"]
[[items]]
explain = "Tests for the array plugin for use in the Mumu ecosystem"
type = "recursive"
path = "tests/"
extension = "mu"
groups = ["tests"]
[[items]]
explain = "Examples for the array plugin for use in the Mumu ecosystem"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["examples"]