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"