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.
|
# 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"
|