Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/toolchain/Cargo.toml')
| -rw-r--r-- | crates/toolchain/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/toolchain/Cargo.toml b/crates/toolchain/Cargo.toml index f9b120772f..c85efd432b 100644 --- a/crates/toolchain/Cargo.toml +++ b/crates/toolchain/Cargo.toml @@ -13,6 +13,7 @@ doctest = false [dependencies] home = "0.5.4" +camino.workspace = true [lints] -workspace = true
\ No newline at end of file +workspace = true |