From 46c76b9f9580a14b2f5f3151ca3688f3f45bc27a Mon Sep 17 00:00:00 2001 From: Vladislav Golub Date: Sun, 27 Oct 2019 19:45:00 +0300 Subject: [PATCH] Add `region` to keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ac4cbf..701bcaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Region file format storage for chunks." license = "MIT" homepage = "https://github.com/eihwaz/anvil-region" repository = "https://github.com/eihwaz/anvil-region" -keywords = ["minecraft", "anvil", "io"] +keywords = ["minecraft", "region", "anvil", "io"] readme = "README.md" [dependencies]