diff --git a/Cargo.toml b/Cargo.toml index e3d8c69..80cbee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,21 @@ name = "imgurs" description = "API and CLI for Imgur" license = "BSD-3-Clause" -rust-version = "1.58" -version = "0.2.0" -edition = "2021" +readme = "README.md" authors = ["MedzikUser "] homepage = "https://github.com/MedzikUser/imgurs" repository = "https://github.com/MedzikUser/imgurs.git" +keywords = ["imgur", "imgur-api", "image", "image-upload"] +categories = ["command-line-utilities"] +rust-version = "1.58" +version = "0.2.0" +edition = "2021" + +[profile.release] +lto = true +panic = 'abort' +opt-level = 'z' +codegen-units = 1 [dependencies] dirs = "4.0.0"