chore: Encourage use of workspace.dependencies

This commit is contained in:
Ed Page 2024-03-28 09:35:59 -05:00
parent 8ec86ab9a2
commit 8e647d9cd4

View file

@ -16,6 +16,8 @@ include = [
"examples/**/*"
]
[workspace.dependencies]
[workspace.lints.rust]
missing_docs = "warn"
rust_2018_idioms = "warn"