[package] name = "azura" version = "0.0.1" edition = "2021" license = "EUPL-1.2" readme = "README.md" description = "Cross-Platform GUI and TUI Music Player" authors = ["Stridsvagn69420 (https://github.com/Stridsvagn69420)"] repository = "https://github.com/Stridsvagn69420/Azura" homepage = "https://github.com/Stridsvagn69420/Azura" documentation = "https://github.com/Stridsvagn69420/Azura/wiki" keywords = ["audio", "music", "discord", "cyrkensia", "music-player"] categories = ["multimedia", "gui", "multimedia::audio", "accessibility", "filesystem"] exclude = [ ".vscode/", ".github/" ] [profile.release] lto = true strip = true debug = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]