[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["aws"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["aws"]
[[items]]
explain = "Compiled plugin for aws 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 = ["aws"]
[[items]]
explain = "Examples usage for the aws plugin"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["examples","aws"]
[[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.5"
remote_groups = ["core"]
groups = ["core"]
[[items]]
type = "remote"
description = "This is the codebase for the flow-mumu plugin"
remote = "git@gitlab.com:tofo/mumu-flow.git"
tag = "v0.1.1"
remote_groups = ["flow", "docs"]
groups = ["flow"]
[[items]]
type = "remote"
description = "This is the codebase for the file-mumu plugin"
remote = "git@gitlab.com:tofo/mumu-file.git"
tag = "v0.1.3"
remote_groups = ["file"]
groups = ["file"]