gmod-rs/Cargo.toml

8 lines
97 B
TOML

[workspace]
members = [
"gmod",
"gmod-macros"
]
exclude = [
"example/my-first-binary-module"
]