From 71d0352cc50a22e630ecdd4a862f884305df9307 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 2 Mar 2022 13:39:07 +0200 Subject: foo --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a576693..00e6485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] + +[dev-dependencies] +bar = { path = "bar" } -- cgit v1.2.1