chore: Use shorter syntax for workspace inheritance where possible

This commit is contained in:
Jonas Platte
2025-05-22 22:18:01 +02:00
committed by Jonas Platte
parent 491f7cd529
commit 3aa356dcd6
33 changed files with 318 additions and 318 deletions
+2 -2
View File
@@ -13,12 +13,12 @@ name = "example-command-bot"
test = false
[dependencies]
anyhow = { workspace = true }
anyhow.workspace = true
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { workspace = true }
tracing-subscriber.workspace = true
[lints]
workspace = true