perlmod/Cargo.toml

10 lines
109 B
TOML
Raw Normal View History

[workspace]
members = [
"perlmod",
"perlmod-macro",
"perlmod-test",
]
exclude = [
"build",
]