From 2f1f8a080184fa8bd8bd5784d63a184bc5920934 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 20 Sep 2023 11:29:50 -0700 Subject: [PATCH] Fixed dependencies --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 327e09e..6aab7d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,11 +25,13 @@ panic = "abort" [dependencies] cfg-if = "1.0.0" - -[target.'cfg(target_family = "unix")'.dependencies] -termion = "2.0.1" num = "0.4.1" #astro-float = "0.7.1" + +[target.'cfg(target_family = "unix")'.dependencies] +termion = "2.0.1" + + [build-dependencies] toml = "0.7.4" \ No newline at end of file