Put Rust deps at the root of the workspace

This allows us to be consistent about the required versions for each of
the member packages.

Fixes #3088.
This commit is contained in:
Dustin J. Mitchell
2023-05-28 23:20:22 +00:00
committed by Dustin J. Mitchell
parent 7a310fbfc1
commit 48543b7fcb
6 changed files with 80 additions and 47 deletions

View File

@@ -4,5 +4,6 @@ version = "0.4.1"
edition = "2018"
[dependencies]
anyhow = "1.0"
anyhow.workspace = true
taskchampion-lib = { path = "../lib" }