update cargo manifest

This commit is contained in:
MedzikUser 2022-01-27 11:02:56 +01:00
parent 5a620ea1c2
commit bfb8db96e1
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 12 additions and 3 deletions

View File

@ -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 <nivua1fn@duck.com>"]
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"