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