[[items]]
type = "singlefile"
path = "Cargo.toml"
[[items]]
type = "recursive"
path = "src"
extension = "rs"
[[items]]
type = "singlefile"
path = "sys/Cargo.toml"
[[items]]
type = "singlefile"
path = "net/Cargo.toml"
[[items]]
explain = "this is for network related functions"
type = "recursive"
path = "net/src"
extension = "rs"
[[items]]
explain = "this is for system related functions"
type = "recursive"
path = "sys"
extension = "rs"