Skip to content
Snippets Groups Projects
Commit 078a9aac authored by Matthew Hall's avatar Matthew Hall Committed by GitHub
Browse files

Merge pull request #23 from afonso360/master

Add keywords metadata to Cargo.toml
parents f278c463 cf4f254c
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ readme = "README.md" ...@@ -9,6 +9,8 @@ readme = "README.md"
license = "MIT" license = "MIT"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"] authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
keywords = ["tiled", "tmx", "map"]
[lib] [lib]
name = "tiled" name = "tiled"
path = "src/lib.rs" path = "src/lib.rs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment