[package] name = "music_guesser" version = "1.0.3" edition = "2021" authors = ["Tomkoid ", "Vyklepanyrizek "] description = "A guessing game" repository = "https://gitlab.com/Tomkoid/MusicGuesser" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] strip = true split-debuginfo = "unpacked" [dependencies] dirs = "4.0.0" gdk = "0.15.4" glib = "0.15.12" gtk = "0.15.5" openssl = "0.10.41" rand = "0.8.5"