From 9130f52f669b9d4c217ce1653c0faa4f9808ec26 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Mon, 17 Mar 2025 01:10:52 -0400 Subject: [PATCH] set project_root as dev dep --- bingus/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index c8e6030..5030a22 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -19,4 +19,6 @@ derive-new = "0.7" strum = { version = "0.26", features = ["derive"] } derive_wrapper = "0.1" symphonia = { version = "0.5.4", features = ["all"] } + +[dev_dependencies] project-root = "0.2.2"