[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["sqlite"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["sqlite"]
[[items]]
explain = "Compiled plugin for sqlite usage for use in the Lava Mumu language "
type = "recursive"
path = "src/"
extension = "rs"
groups = ["sqlite"]
[[items]]
explain = "Examples of usage for the sqlite-mumu plugin"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["examples"]
[[items]]
type = "remote"
description = "This is the core-mumu code"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.9.0-rc.4"
remote_groups = ["core"]
groups = ["core"]