[[items]]
type = "singlefile"
path = "Cargo.toml"
[[items]]
type = "recursive"
path = "src"
extension = "rs"
[[items]]
type = "singlefile"
path = "test/Cargo.toml"
[[items]]
explain = "this is for a compiled plugin for a test suite"
type = "recursive"
path = "test/src/"
extension = "rs"
[[items]]
type = "recursive"
path = "tests"
extension = "rs"