1
Fork 0
This repository has been archived on 2025-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
interlinked/Cargo.toml

16 lines
261 B
TOML

# https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"gegl",
"interlinked",
]
resolver = "2"
[workspace.lints.clippy]
missing_docs_in_private_items = "warn"
[workspace.lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"