From cf4f254c2c60769e930078e5b8d89e683db8f84c Mon Sep 17 00:00:00 2001
From: Afonso Bordado <afonsobordado@az8.co>
Date: Sat, 13 May 2017 16:16:18 +0000
Subject: [PATCH] Add keywords metadata to Cargo.toml

---
 Cargo.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index a857859..aa5308a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ readme = "README.md"
 license = "MIT"
 authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
 
+keywords = ["tiled", "tmx", "map"]
+
 [lib]
 name = "tiled"
 path = "src/lib.rs"
-- 
GitLab