aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-12-31 14:40:05 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2022-12-31 14:40:05 +0100
commit01a22905e358a4f7e01021cfd5aa3702458418a2 (patch)
tree8d1c0b66e0fe9fe8ea85ba27dce5aa04c8d4dd87 /Cargo.toml
parentba0aeee005d5fdaaab59cd7c099a237f51eddc86 (diff)
downloadfl2k_ampliphase-01a22905e358a4f7e01021cfd5aa3702458418a2.tar.gz
fl2k_ampliphase-01a22905e358a4f7e01021cfd5aa3702458418a2.tar.bz2
fl2k_ampliphase-01a22905e358a4f7e01021cfd5aa3702458418a2.zip
Remove unused num-complex
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78c9ac1..1da5201 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
getopts = "0.2"
-num-complex = "0.4"
[build-dependencies]
bindgen = "0.63"