From 62b8bdd46b0db05e74d278d0236249b7cc9b46cb Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 14 Apr 2025 20:58:06 -0400 Subject: [PATCH] Added dependency --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 60c2c90..a68cd0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,6 @@ rust-version = "1.86" [dependencies] lofty = { version = "0.22.3" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" } + +[dev-dependencies] +tempfile = { version = "3.19.1" } \ No newline at end of file