chore: Drop workspace.dependencies

Without automated checks, this will make it harder to track breaking
changes.
This commit is contained in:
Ed Page 2024-04-01 08:58:36 -05:00
parent 99e034bbbb
commit a516bda4ad

View file

@ -16,9 +16,6 @@ include = [
"examples/**/*"
]
[workspace.dependencies]
automod = "1.0.14"
[workspace.lints.rust]
missing_docs = "warn"
rust_2018_idioms = "warn"
@ -124,7 +121,7 @@ default = []
[dependencies]
[dev-dependencies]
automod.workspace = true
automod = "1.0.14"
[lints]
workspace = true