gmod-rs/Cargo.toml

9 lines
131 B
TOML

[workspace]
members = [
"gmod",
"gmod-macros"
]
exclude = [
"examples/my-first-binary-module",
"examples/printing-to-console"
]