From 24a1940acdd0427e0f57cce9257f1aa46bf7fdc2 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Sun, 3 Jul 2022 22:27:20 -0400 Subject: [PATCH] fix: add missing `license` field --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b5924b..5551ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,12 @@ name = "imagekit" version = "0.1.0-beta+1" edition = "2021" authors = ["Esteban Borai "] -description = "Simple and configurable command-line HTTP server" +description = "Rust API Client for ImageKit.io a file storage and image processing service" repository = "https://github.com/EstebanBorai/imagekit" categories = ["web-programming"] keywords = ["imagekit", "api", "bindings", "image", "upload"] readme = "README.md" +license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html