Project file update

This commit is contained in:
zymon 2022-04-27 10:11:10 +02:00
parent 65e547131c
commit f4d28dfeec

View file

@ -1,7 +1,13 @@
name = "STFT" name = "STFT"
uuid = "58bb99bf-048b-48b7-93e7-1cbf3ee61509" uuid = "58bb99bf-048b-48b7-93e7-1cbf3ee61509"
authors = ["zymon "] authors = ["Szymon M. Woźniak"]
version = "0.1.0" version = "0.1.0"
[deps] [deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
[compat]
FFTW = "1.4.6"
julia = "1.7"