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