From 754874388a464264f434b49f5564a2514d07b1ee Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sun, 23 Jan 2022 20:29:33 +0100 Subject: [PATCH] update --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 25b7a33..0ae196b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "imgurs" +description = "API for Imgur" +license = "BSD-3-Clause" +rust-version = "1.58" version = "0.1.0" edition = "2021" +authors = ["MedzikUser "] [dependencies] dirs = "4.0.0"