diff --git a/Cargo.toml b/Cargo.toml index 55261d6..6b6d1de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ license = "MIT" build = "build.rs" [dependencies] -num = "0.1" +num = { version = "0.1", default-features = false, features = ["complex"] } libc = "0.2"