Skip to content

Commit

Permalink
fix: add missing license field
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jul 4, 2022
1 parent a9fbd3b commit 24a1940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name = "imagekit"
version = "0.1.0-beta+1"
edition = "2021"
authors = ["Esteban Borai <estebanborai@gmail.com>"]
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

Expand Down

0 comments on commit 24a1940

Please sign in to comment.